summaryrefslogtreecommitdiff
path: root/tests/rwlock3.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-05-06 01:12:32 +0000
committerrpj <rpj>2011-05-06 01:12:32 +0000
commitfb8dc549cc1d81e0a2f7b5461017d61a46e990ff (patch)
treefd7f179b1abaa525ec55e34bef23b12f8fd89021 /tests/rwlock3.c
parent6da8aa318643f8d091cc674848b99073db19400e (diff)
Diffstat (limited to 'tests/rwlock3.c')
-rw-r--r--tests/rwlock3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock3.c b/tests/rwlock3.c
index 4b22c5a..36ccf58 100644
--- a/tests/rwlock3.c
+++ b/tests/rwlock3.c
@@ -66,7 +66,7 @@ main()
assert(pthread_create(&t, NULL, func, NULL) == 0);
- Sleep(2000);
+ Sleep(20);
assert(pthread_rwlock_unlock(&rwlock1) == 0);