From 13634e6757284ce49c049e49fa854776bba66aad Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 8 Feb 2019 14:09:08 -0500 Subject: [PATCH] Jenkins compile mac: double timeout (#11416) --- .ci/Jenkinsfile-compile_mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-compile_mac b/.ci/Jenkinsfile-compile_mac index e721e2bdbee..90b59ddeeda 100644 --- a/.ci/Jenkinsfile-compile_mac +++ b/.ci/Jenkinsfile-compile_mac @@ -82,6 +82,6 @@ pipeline { } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) - timeout(time: 60, unit: 'MINUTES') + timeout(time: 120, unit: 'MINUTES') } }