From 5b4f28cc463dabe129763db6ff7fa01aaf2ee629 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Sat, 12 Oct 2019 20:47:35 -0700 Subject: [PATCH] [CI] Raise timeout threshold in Jenkins (#4938) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91d6fc35f..20cc07f0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { options { ansiColor('xterm') timestamps() - timeout(time: 120, unit: 'MINUTES') + timeout(time: 240, unit: 'MINUTES') buildDiscarder(logRotator(numToKeepStr: '10')) preserveStashes() }