From 81f1f764797a8c7a20b9453703850111ed510fa1 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Thu, 2 May 2019 14:35:25 -0700 Subject: [PATCH] [tests] Only sleep 10ms in poolTests --- tests/poolTests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/poolTests.c b/tests/poolTests.c index 55f3b2607..26d57fb5c 100644 --- a/tests/poolTests.c +++ b/tests/poolTests.c @@ -104,7 +104,7 @@ static void waitLongFn(void *opaque) { test->max = test->val; ZSTD_pthread_mutex_unlock(&test->mut); - UTIL_sleepMilli(100); + UTIL_sleepMilli(10); ZSTD_pthread_mutex_lock(&test->mut); test->val--; -- 2.47.2