diff --git a/tests.py b/tests.py index bbb9263..b37e58c 100644 --- a/tests.py +++ b/tests.py @@ -476,7 +476,7 @@ class RunnerTests(MockHelper, unittest.TestCase): def test_that_shutdown_stops_after_timelimit(self): def add_timeout(_, callback): - time.sleep(0.05) + time.sleep(0.1) callback() self.io_loop.add_timeout = mock.Mock(side_effect=add_timeout)