We're getting the dreaded "The job exceeded the maximum time limit for jobs, and has been terminated." error for some recent Travis-CI builds. https://travis-ci.org/apache/flink/builds/174615801
The docs state that termination will occur when "A job takes longer than 50 minutes on travis-ci.org", which applies to Flink as well as user GitHub accounts. https://docs.travis-ci.com/user/customizing-the-build/#Build-Timeouts The jobs are running much faster now, as our builds have consistently taken over an hour and up to an hour and a half. The following recently successful build looks to be a mix of fast and slow jobs. https://travis-ci.org/apache/flink/builds/174596630 Greg