From fb8dc549cc1d81e0a2f7b5461017d61a46e990ff Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 6 May 2011 01:12:32 +0000 Subject: *** empty log message *** --- tests/rwlock3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rwlock3.c') 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); -- cgit v1.2.3