From 18e84216d47ecc128bbcb16c8ba02e33c644008c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 29 Jul 2010 13:40:25 -0700 Subject: [PATCH] Increasing timeout for that slow Darwin box --- tests/hub_test.py | 1 + 1 file changed, 1 insertion(+) 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()