Bump timeout to 60m (#4541)

Signed-off-by: Chris Kim <oats87g@gmail.com>
pull/4558/head v1.22.4-rc1+k3s1
Chris Kim 2021-11-18 22:21:12 -08:00 committed by GitHub
parent f528a5c718
commit 1a513bba02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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