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.
This commit is contained in:
Jonathan Lebon 2020-08-24 09:25:01 -04:00 committed by OpenShift Merge Robot
parent 9b428c1ca0
commit fdfad9561d

View File

@ -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