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 \...@@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \
62 --search-prefix "$PREFIX" \62 --search-prefix "$PREFIX" \
63 --zig-lib-dir "$PWD/../lib" \63 --zig-lib-dir "$PWD/../lib" \
64 -Denable-superhtml \64 -Denable-superhtml \
65 --test-timeout 4m65 --test-timeout 6m
ci/x86_64-linux-release.sh+1-1
...@@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \...@@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \
64 --search-prefix "$PREFIX" \64 --search-prefix "$PREFIX" \
65 --zig-lib-dir "$PWD/../lib" \65 --zig-lib-dir "$PWD/../lib" \
66 -Denable-superhtml \66 -Denable-superhtml \
67 --test-timeout 4m67 --test-timeout 6m
6868
69# Ensure that stage3 and stage4 are byte-for-byte identical.69# Ensure that stage3 and stage4 are byte-for-byte identical.
70stage3-release/bin/zig build \70stage3-release/bin/zig build \
ci/x86_64-windows-debug.ps1+1-1
...@@ -60,7 +60,7 @@ Write-Output "Main test suite..."...@@ -60,7 +60,7 @@ Write-Output "Main test suite..."
60 -Dskip-non-native `60 -Dskip-non-native `
61 -Dskip-release `61 -Dskip-release `
62 -Denable-symlinks-windows `62 -Denable-symlinks-windows `
63 --test-timeout 4m63 --test-timeout 10m
64CheckLastExitCode64CheckLastExitCode
6565
66Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."66Write-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..."...@@ -59,7 +59,7 @@ Write-Output "Main test suite..."
59 -Dstatic-llvm `59 -Dstatic-llvm `
60 -Dskip-non-native `60 -Dskip-non-native `
61 -Denable-symlinks-windows `61 -Denable-symlinks-windows `
62 --test-timeout 4m62 --test-timeout 10m
63CheckLastExitCode63CheckLastExitCode
6464
65# Ensure that stage3 and stage4 are byte-for-byte identical.65# Ensure that stage3 and stage4 are byte-for-byte identical.