mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
@@ -41,7 +41,7 @@ def check_worker_launch(logfile):
|
|||||||
log_output = u''
|
log_output = u''
|
||||||
print("Polling logfile", end='')
|
print("Polling logfile", end='')
|
||||||
# Attempt to poll the log file for 10 sec. to see if all worker threads are launched.
|
# 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)
|
time.sleep(1)
|
||||||
sys.stdout.write('.')
|
sys.stdout.write('.')
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user