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

This commit is contained in:
Philip Hyunsu Cho
2019-10-12 23:47:35 -04:00
committed by Jiaming Yuan
parent 4bbf062ed3
commit 5b4f28cc46
Vendored
+1 -1
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()
}