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 \
5151 --search-prefix "$PREFIX" \
5252 --zig-lib-dir "$PWD/../lib" \
5353 -Denable-superhtml \
54 --test-timeout 60s
54 --test-timeout 3m
5555
5656stage3-debug/bin/zig build \
5757 --prefix stage4-debug \
ci/aarch64-linux-release.sh+1-1
......@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \
5151 --search-prefix "$PREFIX" \
5252 --zig-lib-dir "$PWD/../lib" \
5353 -Denable-superhtml \
54 --test-timeout 60s
54 --test-timeout 3m
5555
5656# Ensure that stage3 and stage4 are byte-for-byte identical.
5757stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+1-1
......@@ -47,4 +47,4 @@ stage3-debug/bin/zig build test docs \
4747 -Dstatic-llvm \
4848 -Dskip-non-native \
4949 --search-prefix "$PREFIX" \
50 --test-timeout 60s
50 --test-timeout 2m
ci/aarch64-macos-release.sh+1-1
......@@ -47,7 +47,7 @@ stage3-release/bin/zig build test docs \
4747 -Dstatic-llvm \
4848 -Dskip-non-native \
4949 --search-prefix "$PREFIX" \
50 --test-timeout 60s
50 --test-timeout 2m
5151
5252# Ensure that stage3 and stage4 are byte-for-byte identical.
5353stage3-release/bin/zig build \
ci/aarch64-windows.ps1+1-1
......@@ -59,7 +59,7 @@ Write-Output "Main test suite..."
5959 -Dstatic-llvm `
6060 -Dskip-non-native `
6161 -Denable-symlinks-windows `
62 --test-timeout 60s
62 --test-timeout 30m
6363CheckLastExitCode
6464
6565# 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 \
5151 -Dtarget=native-native-musl \
5252 --search-prefix "$PREFIX" \
5353 --zig-lib-dir "$PWD/../lib" \
54 --test-timeout 2m
54 --test-timeout 4m
5555
5656stage3-debug/bin/zig build \
5757 --prefix stage4-debug \
ci/loongarch64-linux-release.sh+1-1
......@@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \
5151 -Dtarget=native-native-musl \
5252 --search-prefix "$PREFIX" \
5353 --zig-lib-dir "$PWD/../lib" \
54 --test-timeout 2m
54 --test-timeout 4m
5555
5656# Ensure that stage3 and stage4 are byte-for-byte identical.
5757stage3-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
5252 -Dtarget=native-native-musl \
5353 --search-prefix "$PREFIX" \
5454 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 2m
55 --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
5252 -Dtarget=native-native-musl \
5353 --search-prefix "$PREFIX" \
5454 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 2m
55 --test-timeout 4m
ci/x86_64-freebsd-debug.sh+1-1
......@@ -52,7 +52,7 @@ stage3-debug/bin/zig build test docs \
5252 -Dskip-macos \
5353 --search-prefix "$PREFIX" \
5454 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 60s
55 --test-timeout 2m
5656
5757stage3-debug/bin/zig build \
5858 --prefix stage4-debug \
ci/x86_64-freebsd-release.sh+1-1
......@@ -52,7 +52,7 @@ stage3-release/bin/zig build test docs \
5252 -Dskip-macos \
5353 --search-prefix "$PREFIX" \
5454 --zig-lib-dir "$PWD/../lib" \
55 --test-timeout 60s
55 --test-timeout 2m
5656
5757# Ensure that stage3 and stage4 are byte-for-byte identical.
5858stage3-release/bin/zig build \
ci/x86_64-linux-debug-llvm.sh+1-1
......@@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \
6262 --search-prefix "$PREFIX" \
6363 --zig-lib-dir "$PWD/../lib" \
6464 -Denable-superhtml \
65 --test-timeout 6m
65 --test-timeout 12m
ci/x86_64-linux-debug.sh+1-1
......@@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \
6262 --search-prefix "$PREFIX" \
6363 --zig-lib-dir "$PWD/../lib" \
6464 -Denable-superhtml \
65 --test-timeout 4m
65 --test-timeout 10m
ci/x86_64-linux-release.sh+1-1
......@@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \
6464 --search-prefix "$PREFIX" \
6565 --zig-lib-dir "$PWD/../lib" \
6666 -Denable-superhtml \
67 --test-timeout 6m
67 --test-timeout 12m
6868
6969# Ensure that stage3 and stage4 are byte-for-byte identical.
7070stage3-release/bin/zig build \