diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index f3506ba100..4cc82d8b27 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -9,7 +9,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 10, unit: 'MINUTES') + timeout(time: 15, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',