X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..f0bd437a6f04dc8681c6d705dba04c84d297b97f:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index a1ccd24..1c62dc5 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -293,7 +293,7 @@ Stop the daemon if it has not stopped already""" print " daemon already stopped" daemon = None # Wait a bit for subprocess to finish too, to try to avoid stupid races - time.sleep(1) + time.sleep(2) def run(module=None, report=True): """dtest.run(MODULE)