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:
parent
e166724dcc
commit
ddd0a3cf90
@ -32,7 +32,7 @@
|
||||
|
||||
#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_sig1[] =
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#include "t-support.h"
|
||||
|
||||
#define THREAD_COUNT 500
|
||||
#define THREAD_COUNT 100
|
||||
|
||||
void *
|
||||
start_keylist (void *arg)
|
||||
|
Loading…
Reference in New Issue
Block a user