From d672a4ae1a6fefc62c6dd332a89341abd51f7844 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 15 Dec 2020 16:38:17 -0800 Subject: [PATCH] Wait longer for sonobuoy tests to start up Signed-off-by: Brad Davidson --- scripts/test-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-helpers b/scripts/test-helpers index 3b626b607c..71cb725c0d 100755 --- a/scripts/test-helpers +++ b/scripts/test-helpers @@ -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=$!