Increase the timeout in test-queue-worker-reload.

May fix #1341.
This commit is contained in:
Umair Khan
2016-07-21 14:56:52 +05:00
committed by Tim Abbott
parent 7bd935bef2
commit 7d687b0f79

View File

@@ -41,7 +41,7 @@ def check_worker_launch(logfile):
log_output = u''
print("Polling logfile", end='')
# Attempt to poll the log file for 10 sec. to see if all worker threads are launched.
for i in range(10):
for i in range(30):
time.sleep(1)
sys.stdout.write('.')
sys.stdout.flush()