From 5d9bba0cb84809dd027032588cac5e8e2bc46fad Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 15 Jan 2010 22:39:58 -0800 Subject: [PATCH] Bumping up stress test timeouts for minilla. --- tests/greenpool_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/greenpool_test.py b/tests/greenpool_test.py index c3919ed..5ca23d5 100644 --- a/tests/greenpool_test.py +++ b/tests/greenpool_test.py @@ -339,7 +339,7 @@ def passthru(arg): class Stress(tests.LimitedTestCase): # tests will take extra-long - TEST_TIMEOUT=10 + TEST_TIMEOUT=60 @tests.skip_unless(os.environ.get('RUN_STRESS_TESTS') == 'YES') def spawn_order_check(self, concurrency): # checks that piles are strictly ordered