From c44d59ff549867145281b94f87bcfad3c4aa8e69 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Mar 2010 17:19:31 +0000 Subject: 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 --- python/qpid/brokertest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') 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): -- cgit v1.2.1