diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 7208295370..25a1da7607 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -4,7 +4,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 30, unit: 'MINUTES') + timeout(time: 35, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '90', diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index e08a2aba47..a1625a9a02 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -4,7 +4,7 @@ pipeline { options { disableConcurrentBuilds() /* Prevent Jenkins jobs from running forever */ - timeout(time: 30, unit: 'MINUTES') + timeout(time: 35, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',