[ci] Increase test timeout to work around presumed system contention#15297
Open
cjllanwarne wants to merge 1 commit intohail-is:mainfrom
Open
[ci] Increase test timeout to work around presumed system contention#15297cjllanwarne wants to merge 1 commit intohail-is:mainfrom
cjllanwarne wants to merge 1 commit intohail-is:mainfrom
Conversation
TomConner
approved these changes
Mar 9, 2026
grohli
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Description
Addresses the test failing in https://batch.hail.is/batches/8362516/jobs/172 (
test_hail_python_service_backend_gcp_11)This test appears to be unusually susceptible to cluster contention because (1) it's relatively heavyweight and (2) it has a relatively short custom timeout (all tests have a global 10m timeout, this one overrides it with 4m). In the batch above, I am suspicious that a previous preempted attempt left just enough existing work in place that the retry was just a little too slow to finish.
(It might be nicer to cancel previous attempts' jobs at the start of preemption retries, but that's a much bigger change. Hopefully this will reduce flakiness in the test suite with minimal upfront effort)
Security Assessment
Impact Rating
Impact Description
Just a test change to hopefully reduce flakiness
Appsec Review