diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_shutdown_stress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_shutdown_stress.cpp b/tests/test_shutdown_stress.cpp index dccf91f..c6561a0 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 10 +#define THREAD_COUNT 100 extern "C" { |