rmetzger opened a new pull request #12227: URL: https://github.com/apache/flink/pull/12227
## What is the purpose of the change Short history lesson: 1. I introduced `run_mvn`, which broke the travis watchdog (it killed the mvn wrapper script, not maven) 2. we saw a lot of successful builds with exit code 143, and a timeout report somewhere in between 3. I opened a PR to properly kill mvn, using the default 300 seconds timeout. 4. we saw a lot of mvn invocations timing out after 300 seconds. 5. this PR is increasing the timeout to 900 seconds. It should make the build a lot more stable, at the cost of rare slow builds. The real underlying issue here is the network stability of our CI servers. ## Brief change log - increase timeout to 900 seconds. ## Verifying this change Tested on personal CI with a test that blocks for 25 minutes: https://dev.azure.com/rmetzger/Flink/_build/results?buildId=8015&view=logs&j=6e58d712-c5cc-52fb-0895-6ff7bd56c46b&t=e3cf9aa2-7cef-56d5-4b97-323ea6f63062 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
