From ec8290acdaea21b16d98f1ef5d4ae8a28ab2109a Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 3 Nov 2004 01:08:41 +0000 Subject: Mutex, semaphore, thread ID, test suite changes - see ChangeLogs --- tests/condvar1_2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/condvar1_2.c') diff --git a/tests/condvar1_2.c b/tests/condvar1_2.c index 07b3816..884832a 100644 --- a/tests/condvar1_2.c +++ b/tests/condvar1_2.c @@ -79,8 +79,8 @@ #include "test.h" enum { - NUM_CV = 100, - NUM_LOOPS = 100 + NUM_CV = 5, + NUM_LOOPS = 5 }; static pthread_cond_t cv[NUM_CV]; -- cgit v1.2.3