Use default CI workflow timeouts - #1047
Conversation
Two-hour job limits continue to cancel otherwise healthy CI runs when integration tests are slow. Remove the overrides from every workflow so GitHub Actions applies its platform defaults. Co-Authored-By: HAL 9000
|
👋 Thanks for assigning @benthecarman as a reviewer! |
|
When they finish they don't normally very long. If they are hitting the timeouts I assume it's because there is a hang in the test |
Hmm, I think I saw some that we're just aborted mid-test. Let's wait until the other CI fixes that are pending have been merged to see if it's still necessary. |
|
for context, removing these entries changes the timeout from 120 minutes to GitHub’s 360-minute default. Since the observed issue appears limited to Rust test jobs, retaining explicit limits and increasing only the affected job’s timeout would seem safer than removing them from all workflows. |
Two-hour job limits continue to cancel otherwise healthy CI runs when integration tests are slow. Remove the overrides from every workflow so GitHub Actions applies its platform defaults.