Skip to content

Commit

Permalink
Increase Cirrus CI timeout (#1267)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joerick authored Sep 13, 2022
1 parent 67a7175 commit 6181943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ run_tests: &RUN_TESTS


linux_x86_task:
timeout_in: 120m
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder
Expand Down Expand Up @@ -33,7 +34,7 @@ linux_aarch64_task:
windows_x86_task:
# The task takes ~55 minutes while the timeout happens
# after 60 minutes by default, let's allow some wiggle room.
timeout_in: 90m
timeout_in: 120m
windows_container:
image: cirrusci/windowsservercore:visualstudio2022
cpu: 8
Expand Down

0 comments on commit 6181943

Please sign in to comment.