Skip to content

Commit 4ae5ce8

Browse files
authored
Increase timeout to fix e2d flaky (#919)
1 parent 12492de commit 4ae5ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ steps:
100100
echo "pass" > /workspace/user_result.txt
101101
102102
chmod +x /workspace/scripts/ci/wait_for_pods.sh
103-
/workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3000
103+
/workspace/scripts/ci/wait_for_pods.sh ml-$SHORT_SHA-$_BUILD_ID-ray 3600
104104
105105
kubectl wait --all pods -n ml-$SHORT_SHA-$_BUILD_ID-ray --for=condition=Ready --timeout=1200s
106106
# Ray head's readinessProbe is not probing the head service today. Therefore the wait for ready above is not reliable.

0 commit comments

Comments
 (0)