X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..c458dd3dd08cf839bf6bac393d36fb689af14df6:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index a1ccd24..d2bb201 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -190,7 +190,7 @@ tracklength *.mp3 disorder-tracklength tracklength *.ogg disorder-tracklength tracklength *.wav disorder-tracklength tracklength *.flac disorder-tracklength -api network +api rtp broadcast 127.0.0.1 %d broadcast_from 127.0.0.1 %d mail_sender no.such.user.sorry@greenend.org.uk @@ -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)