diff --git a/ci_tests/run_basic_grb_test.sh b/ci_tests/run_basic_grb_test.sh
index ba25cee57c6ab8e56e05969073622354a293cc32..91833dcc77062203ea2461e3598759a89e07f307 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() {