Wait longer for sonobuoy tests to start up

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2020-12-15 16:38:17 -08:00 committed by Brad Davidson
parent 5d5f33abc8
commit d672a4ae1a

View File

@ -236,7 +236,7 @@ sonobuoy-test() {
--plugin-env=e2e.E2E_USE_GO_RUNNER=true \
--sonobuoy-image=rancher/sonobuoy-sonobuoy:v${SONOBUOY_VERSION:-0.19.0} \
--kube-conformance-image-version=${VERSION_K8S} \
--wait=30 \
--wait=90 \
$@ &
local sonobuoyPID=$!