]> www.average.org Git - loctrkd.git/blobdiff - test/test_fuzz.py
test: adjust sleeps and drains when daemons run
[loctrkd.git] / test / test_fuzz.py
index 6be5348394c2ff666973d2dfcc3356cc146a75f6..a5fba68cadd1b85424093f388e24f41ce49a2e59 100644 (file)
@@ -27,7 +27,7 @@ class Fuzz(TestWithServers):
         sleep(1)  # give collector some time
         send_and_drain(self.sock, None)
         self.sock.close()
-        print("finished fuzzing")
+        sleep(1)  # Let the server close their side
         super().tearDown()
 
     def test_stream(self) -> None: