From 4f9eb328264256ef9930679c18d5d42a18a85650 Mon Sep 17 00:00:00 2001 From: Max Gong Date: Fri, 20 Dec 2024 18:53:30 +0000 Subject: [PATCH] Increase timeout to fix e2d flaky --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 9903b1e4f..765acb711 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -100,7 +100,7 @@ steps: echo "pass" > /workspace/user_result.txt chmod +x /workspace/scripts/ci/wait_for_pods.sh - /workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3000 + /workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3600 kubectl wait --all pods -n ml-$SHORT_SHA-$_BUILD_ID-ray --for=condition=Ready --timeout=1200s # Ray head's readinessProbe is not probing the head service today. Therefore the wait for ready above is not reliable.