summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-25 17:19:31 +0000
committerAlan Conway <aconway@apache.org>2010-03-25 17:19:31 +0000
commitc44d59ff549867145281b94f87bcfad3c4aa8e69 (patch)
treef1b2333ed036039df6f1ff28e2248fe6c8756162 /python
parent8fd370f84c72fb92a4cbb2de59073ad7f68feef3 (diff)
downloadqpid-python-c44d59ff549867145281b94f87bcfad3c4aa8e69.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/qpid@927509 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/qpid/brokertest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/brokertest.py b/python/qpid/brokertest.py
index 8771032bee..f18b75bb0d 100644
--- a/python/qpid/brokertest.py
+++ b/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):