summaryrefslogtreecommitdiff
path: root/tests/test_shutdown_stress.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-24 10:03:49 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-24 10:03:49 +0100
commit7d87db05290e3fd742f381b6f419eb69518ca8cf (patch)
tree6eab93230f18a4bcd24286113b10ee357820f83b /tests/test_shutdown_stress.cpp
parent941be8d2175332cb720f390f93d07a0870db8824 (diff)
Auto-tests modified to use C API instead of C++ binding
As a side effect, broker HWM test was fixed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests/test_shutdown_stress.cpp')
-rw-r--r--tests/test_shutdown_stress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_shutdown_stress.cpp b/tests/test_shutdown_stress.cpp
index 85ba912..e63abe7 100644
--- a/tests/test_shutdown_stress.cpp
+++ b/tests/test_shutdown_stress.cpp
@@ -23,7 +23,7 @@
#include <pthread.h>
#include <stddef.h>
-#define THREAD_COUNT 100
+#define THREAD_COUNT 10
extern "C"
{