aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/torture_rand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/torture_rand.c b/tests/unittests/torture_rand.c
index 12dfab7a..087389c7 100644
--- a/tests/unittests/torture_rand.c
+++ b/tests/unittests/torture_rand.c
@@ -3,8 +3,8 @@
#include <pthread.h>
#include "torture.h"
-#define NUM_LOOPS 50000
-#define NUM_THREADS 200
+#define NUM_LOOPS 1000
+#define NUM_THREADS 100
static void setup(){
ssh_init();