diff options
| author | Ryan Williams <rdw@lindenlab.com> | 2010-01-15 22:39:58 -0800 |
|---|---|---|
| committer | Ryan Williams <rdw@lindenlab.com> | 2010-01-15 22:39:58 -0800 |
| commit | 5d9bba0cb84809dd027032588cac5e8e2bc46fad (patch) | |
| tree | 6c3e4e8cf83b24a75afbc1715fc6c27c55d6960d /tests | |
| parent | 783c9282735b4ec06de72147cb7c0b1977675265 (diff) | |
| download | eventlet-5d9bba0cb84809dd027032588cac5e8e2bc46fad.tar.gz | |
Bumping up stress test timeouts for minilla.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/greenpool_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
