From 0484127805dc2cb7c743b67e017a725b5369227d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 17 Jul 2022 23:48:22 +0200 Subject: [PATCH] lib3026: reduce the number of threads to 100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Down from 1000, to make it run and work in more systems. Fixes #9172 Reported-by: Érico Nogueira Rolim Closes #9173 --- tests/libtest/lib3026.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib3026.c b/tests/libtest/lib3026.c index 43fe33529e..496a23f3ca 100644 --- a/tests/libtest/lib3026.c +++ b/tests/libtest/lib3026.c @@ -30,7 +30,7 @@ #include #include -#define NUM_THREADS 1000 +#define NUM_THREADS 100 static void *run_thread(void *ptr) {