tests: Reduce thread count in new thread tests

* gpg/t-thread-keylist-verify.c,
gpg/t-thread-keylist.c: Reduce threads to 100

--
Due to the limit of FD_SETSIZE the
number of parallel threads is limited. So some systems
run into this problem when running the testsuite.
This commit is contained in:
Andre Heinecke 2016-11-10 18:32:26 +01:00
parent e166724dcc
commit ddd0a3cf90
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#include "t-support.h" #include "t-support.h"
#define THREAD_COUNT 500 #define THREAD_COUNT 100
static const char test_text1[] = "Just GNU it!\n"; static const char test_text1[] = "Just GNU it!\n";
static const char test_sig1[] = static const char test_sig1[] =

View File

@ -32,7 +32,7 @@
#include "t-support.h" #include "t-support.h"
#define THREAD_COUNT 500 #define THREAD_COUNT 100
void * void *
start_keylist (void *arg) start_keylist (void *arg)