diff options
| author | Alan Conway <aconway@apache.org> | 2010-03-25 17:19:31 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-03-25 17:19:31 +0000 |
| commit | c0789fa503a96ee99b44278528d8ef7aa72897f4 (patch) | |
| tree | 5414579a7bcbeccb19da078dfaba94103ef27d93 /qpid/python | |
| parent | 2dadd6d0b6d1906bb39f6da9587a79cf9f3c2234 (diff) | |
| download | qpid-python-c0789fa503a96ee99b44278528d8ef7aa72897f4.tar.gz | |
Re-eneable run_long_cluster_tests.
Reduced duration to 2 minutes per test.
Reduced load to avoid timeouts
- Fewer concurrent clients on test_management.
- Delay in ErrorGenerator for test_failover.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@927509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/brokertest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/brokertest.py b/qpid/python/qpid/brokertest.py index 8771032bee..f18b75bb0d 100644 --- a/qpid/python/qpid/brokertest.py +++ b/qpid/python/qpid/brokertest.py @@ -605,6 +605,7 @@ class ErrorGenerator(StoppableThread): queue="non-existent-queue") assert(False) except qpid.session.SessionException: pass + time.sleep(0.01) except: pass # Normal if broker is killed. def import_script(path): |
