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 --- cpp/src/tests/run_long_cluster_tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/run_long_cluster_tests') 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 + -- cgit v1.2.1