Skip to content

Commit b195de7

Browse files
committed
update virtualenv for unit tests
1 parent e9669e2 commit b195de7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.

tests/e2e/rayjob/rayjob_existing_cluster_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_existing_kueue_cluster(self):
6363

6464
# Wait for cluster to be ready (with Kueue admission)
6565
print(f"Waiting for cluster '{cluster_name}' to be ready...")
66-
cluster.wait_ready(timeout=300, dashboard_check=False)
66+
cluster.wait_ready(timeout=600)
6767
print(f"✓ Cluster '{cluster_name}' is ready")
6868

6969
# RayJob with explicit local_queue

0 commit comments

Comments
 (0)