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',