Increasing timeout for that slow Darwin box

This commit is contained in:
Ryan Williams
2010-07-29 13:40:25 -07:00
parent 1a2b9458b2
commit 18e84216d4

View File

@@ -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()