diff --git a/tests/hub_test.py b/tests/hub_test.py index 862b9a7..e44099a 100644 --- a/tests/hub_test.py +++ b/tests/hub_test.py @@ -9,6 +9,7 @@ def noop(): pass class TestTimerCleanup(LimitedTestCase): + TEST_TIMEOUT = 2 @skip_with_pyevent def test_cancel_immediate(self): hub = hubs.get_hub()