From 77eeb4fbf5ae0c8fd9a16b2c511ee6b2533eba7c Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 11 Dec 2009 11:39:57 -0800 Subject: [PATCH] Sometimes the saranwrap tests were timing out on loaded hosts simply due to the fact that process launching is time-consuming. Tripled the timeout and things seem better. --- tests/saranwrap_test.py | 1 + 1 file changed, 1 insertion(+) 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