| author | |
| committer | |
| log | 8f86ed78dac0d949905fa1fd81b54b2fb95d0868 |
| tree | 373782f097d0da9b68d61da8bdb063a6180888d7 |
| parent | 3d0009b9c621f6cd72ff9eea193a7094e0c2a700 |
| signature |
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 | 51 | --search-prefix "$PREFIX" \ |
| 52 | 52 | --zig-lib-dir "$PWD/../lib" \ |
| 53 | 53 | -Denable-superhtml \ |
| 54 | --test-timeout 60s | |
| 54 | --test-timeout 3m | |
| 55 | 55 | |
| 56 | 56 | stage3-debug/bin/zig build \ |
| 57 | 57 | --prefix stage4-debug \ |
ci/aarch64-linux-release.sh+1-1| ... | ... | @@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \ |
| 51 | 51 | --search-prefix "$PREFIX" \ |
| 52 | 52 | --zig-lib-dir "$PWD/../lib" \ |
| 53 | 53 | -Denable-superhtml \ |
| 54 | --test-timeout 60s | |
| 54 | --test-timeout 3m | |
| 55 | 55 | |
| 56 | 56 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 57 | 57 | stage3-release/bin/zig build \ |
ci/aarch64-macos-debug.sh+1-1| ... | ... | @@ -47,4 +47,4 @@ stage3-debug/bin/zig build test docs \ |
| 47 | 47 | -Dstatic-llvm \ |
| 48 | 48 | -Dskip-non-native \ |
| 49 | 49 | --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 \ |
| 47 | 47 | -Dstatic-llvm \ |
| 48 | 48 | -Dskip-non-native \ |
| 49 | 49 | --search-prefix "$PREFIX" \ |
| 50 | --test-timeout 60s | |
| 50 | --test-timeout 2m | |
| 51 | 51 | |
| 52 | 52 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 53 | 53 | stage3-release/bin/zig build \ |
ci/aarch64-windows.ps1+1-1| ... | ... | @@ -59,7 +59,7 @@ Write-Output "Main test suite..." |
| 59 | 59 | -Dstatic-llvm ` |
| 60 | 60 | -Dskip-non-native ` |
| 61 | 61 | -Denable-symlinks-windows ` |
| 62 | --test-timeout 60s | |
| 62 | --test-timeout 30m | |
| 63 | 63 | CheckLastExitCode |
| 64 | 64 | |
| 65 | 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 | 51 | -Dtarget=native-native-musl \ |
| 52 | 52 | --search-prefix "$PREFIX" \ |
| 53 | 53 | --zig-lib-dir "$PWD/../lib" \ |
| 54 | --test-timeout 2m | |
| 54 | --test-timeout 4m | |
| 55 | 55 | |
| 56 | 56 | stage3-debug/bin/zig build \ |
| 57 | 57 | --prefix stage4-debug \ |
ci/loongarch64-linux-release.sh+1-1| ... | ... | @@ -51,7 +51,7 @@ stage3-release/bin/zig build test docs \ |
| 51 | 51 | -Dtarget=native-native-musl \ |
| 52 | 52 | --search-prefix "$PREFIX" \ |
| 53 | 53 | --zig-lib-dir "$PWD/../lib" \ |
| 54 | --test-timeout 2m | |
| 54 | --test-timeout 4m | |
| 55 | 55 | |
| 56 | 56 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 57 | 57 | stage3-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 | 52 | -Dtarget=native-native-musl \ |
| 53 | 53 | --search-prefix "$PREFIX" \ |
| 54 | 54 | --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 |
| 52 | 52 | -Dtarget=native-native-musl \ |
| 53 | 53 | --search-prefix "$PREFIX" \ |
| 54 | 54 | --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 \ |
| 52 | 52 | -Dskip-macos \ |
| 53 | 53 | --search-prefix "$PREFIX" \ |
| 54 | 54 | --zig-lib-dir "$PWD/../lib" \ |
| 55 | --test-timeout 60s | |
| 55 | --test-timeout 2m | |
| 56 | 56 | |
| 57 | 57 | stage3-debug/bin/zig build \ |
| 58 | 58 | --prefix stage4-debug \ |
ci/x86_64-freebsd-release.sh+1-1| ... | ... | @@ -52,7 +52,7 @@ stage3-release/bin/zig build test docs \ |
| 52 | 52 | -Dskip-macos \ |
| 53 | 53 | --search-prefix "$PREFIX" \ |
| 54 | 54 | --zig-lib-dir "$PWD/../lib" \ |
| 55 | --test-timeout 60s | |
| 55 | --test-timeout 2m | |
| 56 | 56 | |
| 57 | 57 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 58 | 58 | stage3-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 | 62 | --search-prefix "$PREFIX" \ |
| 63 | 63 | --zig-lib-dir "$PWD/../lib" \ |
| 64 | 64 | -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 \ |
| 62 | 62 | --search-prefix "$PREFIX" \ |
| 63 | 63 | --zig-lib-dir "$PWD/../lib" \ |
| 64 | 64 | -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 \ |
| 64 | 64 | --search-prefix "$PREFIX" \ |
| 65 | 65 | --zig-lib-dir "$PWD/../lib" \ |
| 66 | 66 | -Denable-superhtml \ |
| 67 | --test-timeout 6m | |
| 67 | --test-timeout 12m | |
| 68 | 68 | |
| 69 | 69 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 70 | 70 | stage3-release/bin/zig build \ |