diff options
| author | Alan Conway <aconway@apache.org> | 2011-06-15 20:08:15 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2011-06-15 20:08:15 +0000 |
| commit | 8034affaba71c0d991bfe1fff5de537f73d0f404 (patch) | |
| tree | a6b9845a64bb02f95c2e8a90d92e6c73daf9834c /cpp/src/tests/brokertest.py | |
| parent | 0bd360825f729510866f9366630e813dffdb7d75 (diff) | |
| download | qpid-python-8034affaba71c0d991bfe1fff5de537f73d0f404.tar.gz | |
NO-JIRA: Fix sporadic failures in cluster_tests.py test_management.
Fix timing problems with broker shut down in this test. Kill all
brokers in the test, rather than leaving the last 2 running to be
cleaned up by the harness.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1136166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/brokertest.py')
| -rw-r--r-- | cpp/src/tests/brokertest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/brokertest.py b/cpp/src/tests/brokertest.py index 249cc126cb..36c91489e2 100644 --- a/cpp/src/tests/brokertest.py +++ b/cpp/src/tests/brokertest.py @@ -76,7 +76,7 @@ def error_line(filename, n=1): except: return "" return ":\n" + "".join(result) -def retry(function, timeout=10, delay=.01): +def retry(function, timeout=30, delay=.01): """Call function until it returns True or timeout expires. Double the delay for each retry. Return True if function returns true, False if timeout expires.""" |
