[tests] Only sleep 10ms in poolTests

This commit is contained in:
Nick Terrell 2019-05-02 14:35:25 -07:00
parent 2953d45a0f
commit 81f1f76479

View File

@ -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--;