From 692d2ceee455e5146044fa00e920ff832eab5d3f Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 16 Jan 2023 10:53:45 -0500 Subject: [PATCH] chore: up timeout time for release builds to 60min --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index efa9830923..561dd15249 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -7,7 +7,7 @@ pipeline { timestamps() disableConcurrentBuilds() /* Prevent Jenkins jobs from running forever */ - timeout(time: 35, unit: 'MINUTES') + timeout(time: 60, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',