diff --git a/tests/saranwrap_test.py b/tests/saranwrap_test.py index 03fb1e2..ce84a45 100644 --- a/tests/saranwrap_test.py +++ b/tests/saranwrap_test.py @@ -32,6 +32,7 @@ class CoroutineCallingClass(object): class TestSaranwrap(LimitedTestCase): + TEST_TIMEOUT=3 def assert_server_exists(self, prox): self.assert_(saranwrap.status(prox)) prox.foo = 0