Skip to content

Commit 426a67f

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Raise SDK e2e test timeout in Python script
1 parent 4f04b9f commit 426a67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/mnist_raycluster_sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
done = False
6464
time = 0
65-
timeout = 300
65+
timeout = 900
6666
while not done:
6767
status = job.status()
6868
if is_terminal(status.state):

0 commit comments

Comments
 (0)