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 | c44d59ff549867145281b94f87bcfad3c4aa8e69 (patch) | |
| tree | f1b2333ed036039df6f1ff28e2248fe6c8756162 /cpp/src/tests/run_long_cluster_tests | |
| parent | 8fd370f84c72fb92a4cbb2de59073ad7f68feef3 (diff) | |
| download | qpid-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 'cpp/src/tests/run_long_cluster_tests')
| -rwxr-xr-x | cpp/src/tests/run_long_cluster_tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/run_long_cluster_tests b/cpp/src/tests/run_long_cluster_tests index 81d4019616..05c7867e2e 100755 --- a/cpp/src/tests/run_long_cluster_tests +++ b/cpp/src/tests/run_long_cluster_tests @@ -20,4 +20,5 @@ # srcdir=`dirname $0` -$srcdir/run_cluster_tests 'cluster_tests.LongTests.*' -DDURATION=5 +$srcdir/run_cluster_tests 'cluster_tests.LongTests.*' -DDURATION=2 + |
