authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-10-18 09:32:49+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-10-18 09:32:49+01:00
log8f86ed78dac0d949905fa1fd81b54b2fb95d0868
tree373782f097d0da9b68d61da8bdb063a6180888d7
parent3d0009b9c621f6cd72ff9eea193a7094e0c2a700
signaturelock-open Commit is signed but in an unrecognized format.

ci: final bump to all unit test timeouts

The last commit passed CI, so this final bump is just to allow for deviation caused by different loads on the runner machines. With this change, I don't expect any current unit test to ever time out, even when CI is under extreme load.

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

ci/aarch64-linux-debug.sh+1-1
...@@ -51,7 +51,7 @@ stage3-debug/bin/zig build test docs \...@@ -51,7 +51,7 @@ stage3-debug/bin/zig build test docs \
51 --search-prefix "$PREFIX" \51 --search-prefix "$PREFIX" \
52 --zig-lib-dir "$PWD/../lib" \52 --zig-lib-dir "$PWD/../lib" \
53 -Denable-superhtml \53 -Denable-superhtml \
54 --test-timeout 60s54 --test-timeout 3m
5555
56stage3-debug/bin/zig build \56stage3-debug/bin/zig build \
57 --prefix stage4-debug \57 --prefix stage4-debug \
ci/aarch64-linux-release.sh+1-1
...@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \...@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \
51 --search-prefix "$PREFIX" \51 --search-prefix "$PREFIX" \
52 --zig-lib-dir "$PWD/../lib" \52 --zig-lib-dir "$PWD/../lib" \
53 -Denable-superhtml \53 -Denable-superhtml \
54 --test-timeout 60s54 --test-timeout 3m
5555
56# Ensure that stage3 and stage4 are byte-for-byte identical.56# Ensure that stage3 and stage4 are byte-for-byte identical.
57stage3-release/bin/zig build \57stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+1-1
...@@ -47,4 +47,4 @@ stage3-debug/bin/zig build test docs \...@@ -47,4 +47,4 @@ stage3-debug/bin/zig build test docs \
47 -Dstatic-llvm \47 -Dstatic-llvm \
48 -Dskip-non-native \48 -Dskip-non-native \
49 --search-prefix "$PREFIX" \49 --search-prefix "$PREFIX" \
50 --test-timeout 60s50 --test-timeout 2m
ci/aarch64-macos-release.sh+1-1
...@@ -47,7 +47,7 @@ stage3-release/bin/zig build test docs \...@@ -47,7 +47,7 @@ stage3-release/bin/zig build test docs \
47 -Dstatic-llvm \47 -Dstatic-llvm \
48 -Dskip-non-native \48 -Dskip-non-native \
49 --search-prefix "$PREFIX" \49 --search-prefix "$PREFIX" \
50 --test-timeout 60s50 --test-timeout 2m
5151
52# Ensure that stage3 and stage4 are byte-for-byte identical.52# Ensure that stage3 and stage4 are byte-for-byte identical.
53stage3-release/bin/zig build \53stage3-release/bin/zig build \
ci/aarch64-windows.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 60s62 --test-timeout 30m
63CheckLastExitCode63CheckLastExitCode
6464
65# Ensure that stage3 and stage4 are byte-for-byte identical.65# Ensure that stage3 and stage4 are byte-for-byte identical.
ci/loongarch64-linux-debug.sh+1-1
...@@ -51,7 +51,7 @@ stage3-debug/bin/zig build test docs \...@@ -51,7 +51,7 @@ stage3-debug/bin/zig build test docs \
51 -Dtarget=native-native-musl \51 -Dtarget=native-native-musl \
52 --search-prefix "$PREFIX" \52 --search-prefix "$PREFIX" \
53 --zig-lib-dir "$PWD/../lib" \53 --zig-lib-dir "$PWD/../lib" \
54 --test-timeout 2m54 --test-timeout 4m
5555
56stage3-debug/bin/zig build \56stage3-debug/bin/zig build \
57 --prefix stage4-debug \57 --prefix stage4-debug \
ci/loongarch64-linux-release.sh+1-1
...@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \...@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \
51 -Dtarget=native-native-musl \51 -Dtarget=native-native-musl \
52 --search-prefix "$PREFIX" \52 --search-prefix "$PREFIX" \
53 --zig-lib-dir "$PWD/../lib" \53 --zig-lib-dir "$PWD/../lib" \
54 --test-timeout 2m54 --test-timeout 4m
5555
56# Ensure that stage3 and stage4 are byte-for-byte identical.56# Ensure that stage3 and stage4 are byte-for-byte identical.
57stage3-release/bin/zig build \57stage3-release/bin/zig build \
ci/riscv64-linux-debug.sh+1-1
...@@ -52,4 +52,4 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-sta...@@ -52,4 +52,4 @@ stage3-debug/bin/zig build test-cases test-modules test-unit test-c-abi test-sta
52 -Dtarget=native-native-musl \52 -Dtarget=native-native-musl \
53 --search-prefix "$PREFIX" \53 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 2m55 --test-timeout 4m
ci/riscv64-linux-release.sh+1-1
...@@ -52,4 +52,4 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-s...@@ -52,4 +52,4 @@ stage3-release/bin/zig build test-cases test-modules test-unit test-c-abi test-s
52 -Dtarget=native-native-musl \52 -Dtarget=native-native-musl \
53 --search-prefix "$PREFIX" \53 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 2m55 --test-timeout 4m
ci/x86_64-freebsd-debug.sh+1-1
...@@ -52,7 +52,7 @@ stage3-debug/bin/zig build test docs \...@@ -52,7 +52,7 @@ stage3-debug/bin/zig build test docs \
52 -Dskip-macos \52 -Dskip-macos \
53 --search-prefix "$PREFIX" \53 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 60s55 --test-timeout 2m
5656
57stage3-debug/bin/zig build \57stage3-debug/bin/zig build \
58 --prefix stage4-debug \58 --prefix stage4-debug \
ci/x86_64-freebsd-release.sh+1-1
...@@ -52,7 +52,7 @@ stage3-release/bin/zig build test docs \...@@ -52,7 +52,7 @@ stage3-release/bin/zig build test docs \
52 -Dskip-macos \52 -Dskip-macos \
53 --search-prefix "$PREFIX" \53 --search-prefix "$PREFIX" \
54 --zig-lib-dir "$PWD/../lib" \54 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 60s55 --test-timeout 2m
5656
57# Ensure that stage3 and stage4 are byte-for-byte identical.57# Ensure that stage3 and stage4 are byte-for-byte identical.
58stage3-release/bin/zig build \58stage3-release/bin/zig build \
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 6m65 --test-timeout 12m
ci/x86_64-linux-debug.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 10m
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 6m67 --test-timeout 12m
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 \