From: Nick Terrell Date: Thu, 2 May 2019 21:35:25 +0000 (-0700) Subject: [tests] Only sleep 10ms in poolTests X-Git-Tag: v1.4.1^2~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1610%2Fhead;p=thirdparty%2Fzstd.git [tests] Only sleep 10ms in poolTests --- 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--;