Skip to content

Commit 6181943

Browse files
authored
Increase Cirrus CI timeout (#1267)
Gives us a little more flex for the Cirrus build. I've set these to the maximum because we already use pytest-timeout to catch stalled tests, so there's little need to be conservative. MacOS ARM and aarch64 linux are currently running at 5 and 20 minutes respectively, so no need to increase their limits. See https://github.com/pypa/cibuildwheel/runs/8321188914 for an example timeout on Linux x86
1 parent 67a7175 commit 6181943

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ run_tests: &RUN_TESTS
66

77

88
linux_x86_task:
9+
timeout_in: 120m
910
compute_engine_instance:
1011
image_project: cirrus-images
1112
image: family/docker-builder
@@ -33,7 +34,7 @@ linux_aarch64_task:
3334
windows_x86_task:
3435
# The task takes ~55 minutes while the timeout happens
3536
# after 60 minutes by default, let's allow some wiggle room.
36-
timeout_in: 90m
37+
timeout_in: 120m
3738
windows_container:
3839
image: cirrusci/windowsservercore:visualstudio2022
3940
cpu: 8

0 commit comments

Comments
 (0)