From 81313d2f18100def5ebfe37205b6ff3023c3104e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 16 Feb 2023 09:35:27 -0500 Subject: [PATCH] CI: Jenkins increase timeout With all MPI tests we are now often close to the 2 hour mark (depends on test ordering). Increase the timeout to avoid problems like in #14803. --- contrib/ci/Jenkinsfile.mpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/Jenkinsfile.mpi b/contrib/ci/Jenkinsfile.mpi index 9ff1b3fd08..ffb4f3a49d 100644 --- a/contrib/ci/Jenkinsfile.mpi +++ b/contrib/ci/Jenkinsfile.mpi @@ -89,7 +89,7 @@ pipeline { steps { - timeout(time: 2, unit: 'HOURS') + timeout(time: 4, unit: 'HOURS') { sh "echo \"building on node ${env.NODE_NAME}\"" sh '''#!/bin/bash -- 2.39.5