increase waiting time when the cluster gets started (neccessary to prevent timeouts on some systems)

This commit is contained in:
Philipp Moritz 2016-04-22 11:36:12 -07:00
parent 10c38a4756
commit 0c56d8e50b

View file

@ -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)