[CI] Raise timeout threshold in Jenkins (#4938)

This commit is contained in:
Philip Hyunsu Cho 2019-10-12 20:47:35 -07:00 committed by Jiaming Yuan
parent 4bbf062ed3
commit 5b4f28cc46

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
options {
ansiColor('xterm')
timestamps()
timeout(time: 120, unit: 'MINUTES')
timeout(time: 240, unit: 'MINUTES')
buildDiscarder(logRotator(numToKeepStr: '10'))
preserveStashes()
}