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