cobalt
cobalt copied to clipboard
[CI] Increase unit test job timeout
Unit test jobs in CI occasionally time out, even when tests are configured to retry. The existing job timeout of 2100 seconds does not provide sufficient time for a second attempt to complete after an initial test timeout of 1800 seconds. Increase the default job timeout to 2700 seconds to give a subsequent test attempts a fighting chance.
Issue: 470590965
🤖 Gemini Suggested Commit Message
ci: Increase unit test job timeout
Unit test jobs in CI occasionally time out, even when tests
are configured to retry. The existing job timeout of 2100
seconds does not provide sufficient time for a second attempt
to complete after an initial test timeout of 1800 seconds.
Increase the default job timeout to 2700 seconds to ensure
there is enough time for subsequent test attempts to finish.
Bug: 470590965
💡 Pro Tips for a Better Commit Message:
- Influence the Result: Want to change the output? You can write custom prompts or instructions directly in the Pull Request description. The model uses that text to generate the message.
- Re-run the Generator: Post a comment with:
/generate-commit-message