From 04e587a2dc182d10220aad5bf827d64b808b2f87 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 7 Jan 2020 09:56:43 -0500 Subject: [PATCH] jenkins: increase OSX timeout It turns out that builds take longer after updating the machine to a newer xcode and we regularly encounter a timeout. --- contrib/ci/Jenkinsfile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/Jenkinsfile.osx b/contrib/ci/Jenkinsfile.osx index 5c0d92165c..8258efbdb7 100644 --- a/contrib/ci/Jenkinsfile.osx +++ b/contrib/ci/Jenkinsfile.osx @@ -84,7 +84,7 @@ pipeline { steps { - timeout(time: 1, unit: 'HOURS') + timeout(time: 2, unit: 'HOURS') { sh "echo \"building on node ${env.NODE_NAME}\"" sh '''#!/bin/bash -- 2.39.5