summaryrefslogtreecommitdiff
path: root/tests/rwlock5.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rwlock5.c')
-rw-r--r--tests/rwlock5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock5.c b/tests/rwlock5.c
index 75b82f3..75880cd 100644
--- a/tests/rwlock5.c
+++ b/tests/rwlock5.c
@@ -68,7 +68,7 @@ main()
assert(pthread_create(&t, NULL, func, NULL) == 0);
- Sleep(2000);
+ Sleep(20);
assert(pthread_rwlock_unlock(&rwlock1) == 0);