Jenkinsfile: set timeout to 5 hours

This commit is contained in:
ilovezfs 2017-04-07 22:22:20 -07:00 committed by GitHub
parent f5bd55a11a
commit c942fd44b6

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ def checkout() {
}
def test_bot(args) {
timeout(time: 6, unit: 'HOURS') {
timeout(time: 5, unit: 'HOURS') {
withEnv(["PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin",
'HOMEBREW_DEVELOPER=1']) {
sh "brew test-bot --tap=homebrew/core ${args}"