Give RabbitMQ more time to startup

pull/351/head
lukasmartinelli 2016-06-15 14:15:00 +02:00
rodzic 29bf38b256
commit 6815417217
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -125,7 +125,7 @@ def test_distributed_worker():
])
dc.up('rabbitmq')
time.sleep(5)
time.sleep(10)
tile_x, tile_y, tile_z = ALBANIA_TIRANA_TILE
job_zoom = tile_z + 1
@ -174,5 +174,3 @@ def test_diff_jobs():
# Schedule changed tiles as jobs
dc.run(['generate-diff-jobs'])
dc.up('merge-jobs')
dc.run(['-e', 'BUCKET_NAME={}'.format(BUCKET), 'export-worker'])