mirror of https://github.com/k3s-io/k3s
Bump timeout to 60m (#4541)
Signed-off-by: Chris Kim <oats87g@gmail.com>pull/4558/head v1.22.4-rc1+k3s1
parent
f528a5c718
commit
1a513bba02
|
@ -240,7 +240,7 @@ sonobuoy-test() {
|
|||
|
||||
local sonobuoyPID=$!
|
||||
local code=0
|
||||
time timeout --foreground 30m bash -c test-wait $sonobuoyPID || code=$?
|
||||
time timeout --foreground 60m bash -c test-wait $sonobuoyPID || code=$?
|
||||
echo "Sonobuoy finished with code $code"
|
||||
retrieve-sonobuoy-logs
|
||||
return $code
|
||||
|
|
Loading…
Reference in New Issue