From 3d9d108f8d6a7b23e293736a122170baf1b4901d Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Mon, 23 Nov 2020 15:29:15 -0600 Subject: [PATCH] Bump the wait timeout to 120s --- ci_tests/run_basic_grb_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_tests/run_basic_grb_test.sh b/ci_tests/run_basic_grb_test.sh index ba25cee..91833dc 100755 --- a/ci_tests/run_basic_grb_test.sh +++ b/ci_tests/run_basic_grb_test.sh @@ -29,7 +29,7 @@ get_pod_name() { wait_for_pod() { pod_name="$1" - kubectl -n $ns wait --for=condition=Ready ${pod_name} --timeout=60s + kubectl -n $ns wait --for=condition=Ready ${pod_name} --timeout=120s } run_grb_checks() { -- GitLab