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:
parent
2dadc7b03c
commit
7ad4d58bbc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user