ppkarwasz opened a new pull request, #58: URL: https://github.com/apache/mina/pull/58
## What Adds a job-level `timeout-minutes: 15` to the `test` job in the Java CI workflow. ## Why The `test` job had no timeout, so a hung or deadlocked test runs until GitHub's 6-hour default before the job fails (as seen on #57, where a test got into a deadlock). Tests normally finish in 2-4 minutes, so 15 minutes fails fast on a hang while leaving comfortable margin for the slowest matrix cells. The cap is job-level, so it applies to every OS/JDK matrix combination. When it fires, the `if: always()` "Upload test reports" step still runs, preserving whatever surefire output exists to help locate the hang. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
