ci: Bump compose tests timeout to 45m

Still trying to find the sweet spot on this. I think it may also depend
on how fast/busy the node we get allocated to is.
This commit is contained in:
Jonathan Lebon 2020-01-27 10:23:50 -05:00 committed by OpenShift Merge Robot
parent 2dadc7b03c
commit 7ad4d58bbc

View File

@ -119,7 +119,7 @@ compose: {
} }
stage("Run") { stage("Run") {
try { try {
timeout(time: 40, unit: 'MINUTES') { timeout(time: 45, unit: 'MINUTES') {
sh """ sh """
set -xeuo pipefail set -xeuo pipefail
mkdir compose-logs mkdir compose-logs