Skip to content

Commit

Permalink
ci: bump compose tests timeout to 60 minutes
Browse files Browse the repository at this point in the history
We usually finish much faster than that, but when dependabot spams the
cluster it can be slower.
  • Loading branch information
jlebon authored and openshift-merge-robot committed Aug 24, 2020
1 parent 9b428c1 commit fdfad95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdfad95

Please sign in to comment.