diff options
Diffstat (limited to 'tests/rwlock4.c')
-rw-r--r-- | tests/rwlock4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock4.c b/tests/rwlock4.c index edd9dc2..7ba6302 100644 --- a/tests/rwlock4.c +++ b/tests/rwlock4.c @@ -66,7 +66,7 @@ main() assert(pthread_create(&t, NULL, func, NULL) == 0); - Sleep(2000); + Sleep(20); assert(pthread_rwlock_unlock(&rwlock1) == 0); |