diff --git a/ci/Jenkinsfile.linux b/ci/Jenkinsfile.linux index ad208443b3..f9cfddef50 100644 --- a/ci/Jenkinsfile.linux +++ b/ci/Jenkinsfile.linux @@ -21,7 +21,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 15, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') /* manage how many builds we keep */ buildDiscarder(logRotator( numToKeepStr: '10', diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 8b03db9985..0908a86427 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -16,7 +16,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 15, unit: 'MINUTES') + timeout(time: 20, unit: 'MINUTES') /* manage how many builds we keep */ buildDiscarder(logRotator( numToKeepStr: '10',