cobalt icon indicating copy to clipboard operation
cobalt copied to clipboard

[CI] Increase unit test job timeout

Open isarkis opened this issue 2 weeks ago • 1 comments

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

isarkis avatar Dec 20 '25 17:12 isarkis

🤖 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:

  1. 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.
  2. Re-run the Generator: Post a comment with: /generate-commit-message

github-actions[bot] avatar Dec 20 '25 17:12 github-actions[bot]