Skip to content

Commit d0b90bc

Browse files
committed
Increase test timeouts for ARM64 Windows CI
The windows-11-arm runner has 4 vCPUs (vs 16 for windows-2025-16core), so tests need longer timeouts. Four tests were timing out at the default limits (3s/15s/60s/240s for small/medium/large/enormous). Increase to 15s/60s/240s/240s to match the slower hardware. Made-with: Cursor
1 parent 3f7e4b6 commit d0b90bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/ci.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ test:ci-linux --test_size_filters=
9797
test:ci-macOS --test_size_filters=
9898
test:ci-windows --test_size_filters=
9999
test:ci-windows-arm64 --test_size_filters=
100+
# The windows-11-arm runner has only 4 vCPUs (vs 16 for x64 Windows), so tests need more time.
101+
test:ci-windows-arm64 --test_timeout=15,60,240,240
100102

101103
# Run container tests on Linux CI
102104
test:ci-linux --test_tag_filters=-off-by-default,-requires-fuzzilli

0 commit comments

Comments
 (0)