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.

This commit is contained in:
Ryan Williams
2009-12-11 11:39:57 -08:00
parent dd7257e237
commit 77eeb4fbf5

View File

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