mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
increase waiting time when the cluster gets started (neccessary to prevent timeouts on some systems)
This commit is contained in:
parent
10c38a4756
commit
0c56d8e50b
1 changed files with 1 additions and 1 deletions
|
@ -98,4 +98,4 @@ def start_cluster(driver_worker=None, num_workers=0, worker_path=None):
|
|||
orchpy.connect(scheduler_address, objstore_address, address(IP_ADDRESS, new_worker_port()))
|
||||
for _ in range(num_workers):
|
||||
start_worker(worker_path, scheduler_address, objstore_address, address(IP_ADDRESS, new_worker_port()))
|
||||
time.sleep(0.3)
|
||||
time.sleep(0.5)
|
||||
|
|
Loading…
Add table
Reference in a new issue