ci: bump unit test timeouts

i am in purgatory as a punishment bestowed upon me for daring to
question the sanctity of windows' scheduler
This commit is contained in:
Matthew Lugg 2025-10-15 14:39:25 +01:00
parent 50056a5b3a
commit f4315a0a57
No known key found for this signature in database
GPG key ID: 3F5B7DCCBF4AF02E
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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..."

View file

@ -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.