Skip to content

Commit

Permalink
Increase timeout to fix e2d flaky (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongmax authored Dec 22, 2024
1 parent 12492de commit 4ae5ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ae5ce8

Please sign in to comment.