From 6d4ec4e623246d698ea25e13522986730f884d56 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 25 Jul 2023 10:56:45 -0400 Subject: [PATCH] Jenkinsfile-compile increase timeout --- .ci/Jenkinsfile-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile-compile b/.ci/Jenkinsfile-compile index 2c531b8540..ef0cd5c77c 100644 --- a/.ci/Jenkinsfile-compile +++ b/.ci/Jenkinsfile-compile @@ -169,7 +169,7 @@ pipeline { } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactDaysToKeepStr: '14')) - timeout(time: 90, unit: 'MINUTES') + timeout(time: 120, unit: 'MINUTES') } }