From b4b77740108ecbf44b546a1c50f209ee956e8c7a Mon Sep 17 00:00:00 2001 From: Andrew Leonard Date: Mon, 26 Feb 2024 11:09:47 +0000 Subject: [PATCH] reproduce_compare needs longer than 2 hour time limit to do a Windows build Signed-off-by: Andrew Leonard --- tools/reproduce_comparison/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/reproduce_comparison/Jenkinsfile b/tools/reproduce_comparison/Jenkinsfile index ad0b9d49e..2c27929c7 100644 --- a/tools/reproduce_comparison/Jenkinsfile +++ b/tools/reproduce_comparison/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage('Prepare') { //Copy artifacts, reset parameters,trigger build and copyArtifacts agent { label NODE_LABEL } options { - timeout(time: 2, unit: 'HOURS') + timeout(time: 3, unit: 'HOURS') } steps { cleanWs()