From 60f1e485d68fa6734e3a66ae00cb662268bc0f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 13 Nov 2018 12:42:15 +0100 Subject: [PATCH] bump ios timeout to 35 min because prep stage can take long MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.ios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 5e9c67da71..9ba0ab8786 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -3,7 +3,7 @@ pipeline { options { /* Prevent Jenkins jobs from running forever */ - timeout(time: 25, unit: 'MINUTES') + timeout(time: 35, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '60',