From 4ae5ce8f67e59aebf18d38c6da320718b12823a9 Mon Sep 17 00:00:00 2001 From: "Mengye (Max) Gong" <8364575+gongmax@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:10:35 -0800 Subject: [PATCH] Increase timeout to fix e2d flaky (#919) --- 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.