mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
@@ -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()
|
||||
|
Reference in New Issue
Block a user