mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
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:
parent
50056a5b3a
commit
f4315a0a57
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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..."
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue