Jenkinsfile: set timeout to 5 hours
This commit is contained in:
parent
f5bd55a11a
commit
c942fd44b6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue