Need break

This commit is contained in:
Michael Shepanski 2019-10-15 23:31:13 -04:00
parent beafa8d092
commit c439d8620d

View file

@ -126,6 +126,7 @@ def create_section(server, section, opts):
while bar.n < bar.total:
if runtime >= opts.bootstrap_timeout:
print('Metadata scan taking too long, but will continue anyway..')
break
time.sleep(3)
runtime = time.time() - start
bar.close()