From eab6efc7bec6e4bb97e4ce9286f0107888ba71fe Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 21 Nov 2023 11:30:46 -0500 Subject: [PATCH] ci: bump vmcheck timeout to 1 hour Seems like we're semi-regularly timing out. Let's bump it a bit more. --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index cacab16c44..3db6930eb4 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -60,7 +60,7 @@ cosaPod(runAsUser: 0, memory: "${mem}Mi", cpu: "${nhosts}") { } stage("vmcheck") { try { - timeout(time: 45, unit: 'MINUTES') { + timeout(time: 60, unit: 'MINUTES') { shwrap("COSA_DIR=${env.WORKSPACE} JOBS=${nhosts} tests/vmcheck.sh") } } finally {