authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-10-15 14:39:25+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-10-18 09:28:44+01:00
logf4315a0a577b416bb8eee7ab41ab0ea6e6defd04
tree29c3736452825f7b6e09313093d300b52d0c5037
parent50056a5b3ad29695c795534cebbd031408633813
signaturelock-open Commit is signed but in an unrecognized format.

ci: bump unit test timeouts

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

4 files changed, 4 insertions(+), 4 deletions(-)

ci/x86_64-linux-debug-llvm.sh+1-1
......@@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \
6262 --search-prefix "$PREFIX" \
6363 --zig-lib-dir "$PWD/../lib" \
6464 -Denable-superhtml \
65 --test-timeout 4m
65 --test-timeout 6m
ci/x86_64-linux-release.sh+1-1
......@@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \
6464 --search-prefix "$PREFIX" \
6565 --zig-lib-dir "$PWD/../lib" \
6666 -Denable-superhtml \
67 --test-timeout 4m
67 --test-timeout 6m
6868
6969# Ensure that stage3 and stage4 are byte-for-byte identical.
7070stage3-release/bin/zig build \
ci/x86_64-windows-debug.ps1+1-1
......@@ -60,7 +60,7 @@ Write-Output "Main test suite..."
6060 -Dskip-non-native `
6161 -Dskip-release `
6262 -Denable-symlinks-windows `
63 --test-timeout 4m
63 --test-timeout 10m
6464CheckLastExitCode
6565
6666Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
ci/x86_64-windows-release.ps1+1-1
......@@ -59,7 +59,7 @@ Write-Output "Main test suite..."
5959 -Dstatic-llvm `
6060 -Dskip-non-native `
6161 -Denable-symlinks-windows `
62 --test-timeout 4m
62 --test-timeout 10m
6363CheckLastExitCode
6464
6565# Ensure that stage3 and stage4 are byte-for-byte identical.