aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-31 16:49:55 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-31 16:49:55 +0200
commit50d8d75d890e16e8d4d3f4dd51de05812c0c3a1f (patch)
tree98ba609d2475102b73717a98b912367ee1336d76 /tests
parentbcc2d8474ccfc96a24896b2f6d52673e61e66452 (diff)
downloadlibssh-50d8d75d890e16e8d4d3f4dd51de05812c0c3a1f.tar.gz
libssh-50d8d75d890e16e8d4d3f4dd51de05812c0c3a1f.tar.xz
libssh-50d8d75d890e16e8d4d3f4dd51de05812c0c3a1f.zip
some more work on threading but not complete yet
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();