Hi devs, I used to check whether a PR can be merged by using Travis CI on my own repo branch. But recently I find it doesn't work. Such as this branch [1] , Travis CI failed when reached 50 minutes limit. I find that flink repo can run more than 1 hr 30 min. Do you know how to increase the time limit of Travis for my repo? Or how do you check a PR can be merged currently?
[1] https://travis-ci.org/wuchong/flink/builds/242259542 Thanks, Jark Wu