zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f4315a0a577b416bb8eee7ab41ab0ea6e6defd04 (tree)
parent 50056a5b3ad29695c795534cebbd031408633813
Author: Matthew Lugg <mlugg@mlugg.co.uk>
Date:   Wed, 15 Oct 2025 14:39:25 +0100

ci: bump unit test timeouts

i am in purgatory as a punishment bestowed upon me for daring to
question the sanctity of windows' scheduler

Diffstat:
Mci/x86_64-linux-debug-llvm.sh | 2+-
Mci/x86_64-linux-release.sh | 2+-
Mci/x86_64-windows-debug.ps1 | 2+-
Mci/x86_64-windows-release.ps1 | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/x86_64-linux-debug-llvm.sh b/ci/x86_64-linux-debug-llvm.sh @@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ -Denable-superhtml \ - --test-timeout 4m + --test-timeout 6m diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh @@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ -Denable-superhtml \ - --test-timeout 4m + --test-timeout 6m # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \ diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 @@ -60,7 +60,7 @@ Write-Output "Main test suite..." -Dskip-non-native ` -Dskip-release ` -Denable-symlinks-windows ` - --test-timeout 4m + --test-timeout 10m CheckLastExitCode Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 @@ -59,7 +59,7 @@ Write-Output "Main test suite..." -Dstatic-llvm ` -Dskip-non-native ` -Denable-symlinks-windows ` - --test-timeout 4m + --test-timeout 10m CheckLastExitCode # Ensure that stage3 and stage4 are byte-for-byte identical.