authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-08-26 22:40:26+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-10-18 09:28:42+01:00
logb43bb3a32a3b447e9b320f34e046946bcca0037f
tree63fee0cc89a127ba7a93a70877696053407fa268
parent263e7fe87ade0f57f8d7a9eba82734ec99630696
signaturelock-open Commit is signed but in an unrecognized format.

ci: set unit test timeouts


12 files changed, 24 insertions(+), 12 deletions(-)

ci/aarch64-linux-debug.sh+2-1
......@@ -50,7 +50,8 @@ stage3-debug/bin/zig build test docs \
5050 -Dtarget=native-native-musl \
5151 --search-prefix "$PREFIX" \
5252 --zig-lib-dir "$PWD/../lib" \
53 -Denable-superhtml
53 -Denable-superhtml \
54 --test-timeout-ms 60_000
5455
5556stage3-debug/bin/zig build \
5657 --prefix stage4-debug \
ci/aarch64-linux-release.sh+2-1
......@@ -50,7 +50,8 @@ stage3-release/bin/zig build test docs \
5050 -Dtarget=native-native-musl \
5151 --search-prefix "$PREFIX" \
5252 --zig-lib-dir "$PWD/../lib" \
53 -Denable-superhtml
53 -Denable-superhtml \
54 --test-timeout-ms 60_000
5455
5556# Ensure that stage3 and stage4 are byte-for-byte identical.
5657stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+2-1
......@@ -46,4 +46,5 @@ stage3-debug/bin/zig build test docs \
4646 -Denable-macos-sdk \
4747 -Dstatic-llvm \
4848 -Dskip-non-native \
49 --search-prefix "$PREFIX"
49 --search-prefix "$PREFIX" \
50 --test-timeout-ms 60_000
ci/aarch64-macos-release.sh+2-1
......@@ -46,7 +46,8 @@ stage3-release/bin/zig build test docs \
4646 -Denable-macos-sdk \
4747 -Dstatic-llvm \
4848 -Dskip-non-native \
49 --search-prefix "$PREFIX"
49 --search-prefix "$PREFIX" \
50 --test-timeout-ms 60_000
5051
5152# Ensure that stage3 and stage4 are byte-for-byte identical.
5253stage3-release/bin/zig build \
ci/aarch64-windows.ps1+2-1
......@@ -58,7 +58,8 @@ Write-Output "Main test suite..."
5858 --search-prefix "$PREFIX_PATH" `
5959 -Dstatic-llvm `
6060 -Dskip-non-native `
61 -Denable-symlinks-windows
61 -Denable-symlinks-windows `
62 --test-timeout-ms 60_000
6263CheckLastExitCode
6364
6465# Ensure that stage3 and stage4 are byte-for-byte identical.
ci/riscv64-linux-debug.sh+2-1
......@@ -51,4 +51,5 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-sta
5151 -Dskip-compile-errors \
5252 -Dtarget=native-native-musl \
5353 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib"
54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout-ms 60_000
ci/riscv64-linux-release.sh+2-1
......@@ -51,4 +51,5 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-s
5151 -Dskip-compile-errors \
5252 -Dtarget=native-native-musl \
5353 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib"
54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout-ms 60_000
ci/x86_64-linux-debug-llvm.sh+2-1
......@@ -61,4 +61,5 @@ stage3-debug/bin/zig build test docs \
6161 -Dtarget=native-native-musl \
6262 --search-prefix "$PREFIX" \
6363 --zig-lib-dir "$PWD/../lib" \
64 -Denable-superhtml
64 -Denable-superhtml \
65 --test-timeout-ms 60_000
ci/x86_64-linux-debug.sh+2-1
......@@ -61,4 +61,5 @@ stage3-debug/bin/zig build test docs \
6161 -Dtarget=native-native-musl \
6262 --search-prefix "$PREFIX" \
6363 --zig-lib-dir "$PWD/../lib" \
64 -Denable-superhtml
64 -Denable-superhtml \
65 --test-timeout-ms 60_000
ci/x86_64-linux-release.sh+2-1
......@@ -63,7 +63,8 @@ stage3-release/bin/zig build test docs \
6363 -Dtarget=native-native-musl \
6464 --search-prefix "$PREFIX" \
6565 --zig-lib-dir "$PWD/../lib" \
66 -Denable-superhtml
66 -Denable-superhtml \
67 --test-timeout-ms 60_000
6768
6869# Ensure that stage3 and stage4 are byte-for-byte identical.
6970stage3-release/bin/zig build \
ci/x86_64-windows-debug.ps1+2-1
......@@ -59,7 +59,8 @@ Write-Output "Main test suite..."
5959 -Dstatic-llvm `
6060 -Dskip-non-native `
6161 -Dskip-release `
62 -Denable-symlinks-windows
62 -Denable-symlinks-windows `
63 --test-timeout-ms 60_000
6364CheckLastExitCode
6465
6566Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
ci/x86_64-windows-release.ps1+2-1
......@@ -58,7 +58,8 @@ Write-Output "Main test suite..."
5858 --search-prefix "$PREFIX_PATH" `
5959 -Dstatic-llvm `
6060 -Dskip-non-native `
61 -Denable-symlinks-windows
61 -Denable-symlinks-windows `
62 --test-timeout-ms 60_000
6263CheckLastExitCode
6364
6465# Ensure that stage3 and stage4 are byte-for-byte identical.