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:
parent
9b428c1ca0
commit
fdfad9561d
@ -115,7 +115,7 @@ compose: {
|
|||||||
}
|
}
|
||||||
stage("Run") {
|
stage("Run") {
|
||||||
try {
|
try {
|
||||||
timeout(time: 45, unit: 'MINUTES') {
|
timeout(time: 60, unit: 'MINUTES') {
|
||||||
shwrap("""
|
shwrap("""
|
||||||
mkdir -p compose-logs /srv/tmpdir
|
mkdir -p compose-logs /srv/tmpdir
|
||||||
TMPDIR=/srv/tmpdir JOBS=${jobs} ./tests/compose.sh
|
TMPDIR=/srv/tmpdir JOBS=${jobs} ./tests/compose.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user