diff options
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 + |