Akshat-Jain opened a new pull request, #18237: URL: https://github.com/apache/druid/pull/18237
### Description This PR adds a timeout of 60 minutes to some of the major GitHub Actions jobs: unit tests, standard ITs, and revised ITs. This is an improvement which helps us detecting if something has started taking longer than it should've. It also helps us avoid a job taking 6 hours to timeout like https://github.com/apache/druid/actions/runs/16216131292/job/45785886888. A sample run with these changes can be seen here: https://github.com/Akshat-Jain/druid/actions/runs/16222470976/job/45806198764?pr=10. It can be seen that `QTest-2/4` job was timed out after 60 minutes, which otherwise would've timed out after 6 hours. <hr> This PR has: - [x] been self-reviewed. - [ ] added documentation for new or modified features or behaviors. - [ ] a release note entry in the PR description. - [ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links. - [ ] added or updated version, license, or notice information in [licenses.yaml](https://github.com/apache/druid/blob/master/dev/license.md) - [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. - [ ] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for [code coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md) is met. - [ ] added integration tests. - [ ] been tested in a test Druid cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org