[tests] Only sleep 10ms in poolTests

dev
Nick Terrell 2019-05-02 14:35:25 -07:00
parent 2953d45a0f
commit 81f1f76479
1 changed files with 1 additions and 1 deletions

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