diff --git a/ci/Jenkinsfile.android b/ci/Jenkinsfile.android index 193d90524c..3fe4c3296e 100644 --- a/ci/Jenkinsfile.android +++ b/ci/Jenkinsfile.android @@ -6,7 +6,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 45, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10', diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index dea8cdea6e..2aa3ec799d 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -7,7 +7,7 @@ pipeline { timestamps() disableConcurrentBuilds() /* Prevent Jenkins jobs from running forever */ - timeout(time: 45, unit: 'MINUTES') + timeout(time: 40, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10', diff --git a/ci/Jenkinsfile.ios b/ci/Jenkinsfile.ios index 863206da2c..ffea6e616d 100644 --- a/ci/Jenkinsfile.ios +++ b/ci/Jenkinsfile.ios @@ -14,7 +14,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 45, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',