Skip to content

Commit 66bf853

Browse files
committed
test: Add plenty of time for model download
1 parent 9022010 commit 66bf853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fault_tolerance/test_request_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, request, worker_id: str):
7979

8080
super().__init__(
8181
command=command,
82-
timeout=120,
82+
timeout=600,
8383
display_output=True,
8484
terminate_existing=False,
8585
log_dir=log_dir,

0 commit comments

Comments
 (0)