From f4315a0a577b416bb8eee7ab41ab0ea6e6defd04 Mon Sep 17 00:00:00 2001 From: Matthew Lugg Date: Wed, 15 Oct 2025 14:39:25 +0100 Subject: [PATCH] ci: bump unit test timeouts i am in purgatory as a punishment bestowed upon me for daring to question the sanctity of windows' scheduler --- ci/x86_64-linux-debug-llvm.sh | 2 +- ci/x86_64-linux-release.sh | 2 +- ci/x86_64-windows-debug.ps1 | 2 +- ci/x86_64-windows-release.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/x86_64-linux-debug-llvm.sh b/ci/x86_64-linux-debug-llvm.sh index 7eae6a355f..fc6415afdd 100755 --- a/ci/x86_64-linux-debug-llvm.sh +++ b/ci/x86_64-linux-debug-llvm.sh @@ -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 diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index 725bae0510..2c2a50c676 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -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 \ diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index 873d3d5ff1..65828c093d 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -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..." diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 index f925894138..246d9a993c 100644 --- a/ci/x86_64-windows-release.ps1 +++ b/ci/x86_64-windows-release.ps1 @@ -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.