Speed up tests.

This commit is contained in:
Roger A. Light 2021-08-17 17:11:47 +01:00
parent 79542158f4
commit fc4099eafa

View File

@ -60,7 +60,6 @@ def start_broker(filename, cmd=None, port=0, use_conf=False, expect_fail=False):
if c is not None:
c.close()
time.sleep(delay)
return broker
if expect_fail == False: