From fdfad9561d8af6261e5321d0fa9238a9bc4ca4e9 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 24 Aug 2020 09:25:01 -0400 Subject: [PATCH] ci: bump compose tests timeout to 60 minutes We usually finish much faster than that, but when dependabot spams the cluster it can be slower. --- .cci.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 7534f41a..8bf255b1 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -115,7 +115,7 @@ compose: { } stage("Run") { try { - timeout(time: 45, unit: 'MINUTES') { + timeout(time: 60, unit: 'MINUTES') { shwrap(""" mkdir -p compose-logs /srv/tmpdir TMPDIR=/srv/tmpdir JOBS=${jobs} ./tests/compose.sh