From 7ece08ac7ab4b8e0291f551f643bff6d837d356a Mon Sep 17 00:00:00 2001 From: Richard Bann Date: Tue, 18 Jun 2019 12:03:26 +0200 Subject: [PATCH] trying to find test params for Travis --- tests/test_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_connection.py b/tests/test_connection.py index 32779002..341ec274 100755 --- a/tests/test_connection.py +++ b/tests/test_connection.py @@ -426,7 +426,7 @@ t.join() process = multiprocessing.Process(target=conn, args=(queue,)) process.start() queue.get() - time.sleep(0.1) + time.sleep(0.9) os.kill(process.pid, signal.SIGINT) process.join() self.assertEqual(queue.get(), "KeyboardInterrupt")