martin-g commented on a change in pull request #445:
URL: https://github.com/apache/tomcat/pull/445#discussion_r690177540



##########
File path: .travis.yml
##########
@@ -80,7 +80,7 @@ install:
 
 script:
     - ant -q clean
-    - travis_wait 120 "./.travis/antTest.sh"
+    - "./.travis/antTest.sh"

Review comment:
       I cannot say how long it might take. It depends on how loaded the Travis 
VM is. Sometimes jobs take twenty something minutes, sometimes fifty something 
minutes...
   According to 
https://docs.travis-ci.com/user/customizing-the-build/#sts=Build%20Timeouts the 
max timeout for a job should be 50 mins, but it seems `travis_wait` may extend 
it. I cannot find any reference in their docs for its maximum.




-- 
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: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to