Jenkins compile mac: double timeout (#11416)

This commit is contained in:
Daniel Agar 2019-02-08 14:09:08 -05:00 committed by GitHub
parent ab6ab97aa2
commit 13634e6757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ pipeline {
} }
options { options {
buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14'))
timeout(time: 60, unit: 'MINUTES') timeout(time: 120, unit: 'MINUTES')
} }
} }