Skip to content

Commit a7c9e6f

Browse files
committed
increase timeout of test and update python-client sha
1 parent dc49214 commit a7c9e6f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cryptography = "43.0.3"
3333
executing = "1.2.0"
3434
pydantic = "< 2"
3535
ipywidgets = "8.1.2"
36-
python-client = { git = "https://github.com/ray-project/kuberay.git", subdirectory = "clients/python-client", rev = "a16c0365e3b19a202d835097e1139eca9406b383" }
36+
python-client = { git = "https://github.com/ray-project/kuberay.git", subdirectory = "clients/python-client", rev = "b2fd91b58c2bbe22f9b4f730c5a8f3180c05e570" }
3737

3838
[[tool.poetry.source]]
3939
name = "pypi"

tests/e2e/rayjob/lifecycled_cluster_oauth_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_rayjob_with_lifecycled_cluster_oauth(self):
6464
# 1. Submit and wait for job to reach running state
6565
assert rayjob.submit() == job_name
6666
assert self.job_api.wait_until_job_running(
67-
name=rayjob.name, k8s_namespace=rayjob.namespace, timeout=60
67+
name=rayjob.name, k8s_namespace=rayjob.namespace, timeout=300
6868
), "Job did not reach running state"
6969

7070
# 2. Stop (suspend) the job and

0 commit comments

Comments
 (0)