From 756af68422f49ac5da1cd11b3f2517bf059f43c7 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 3 Jul 2011 03:54:34 +0000 Subject: See the ChanegLog --- tests/cancel3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cancel3.c') diff --git a/tests/cancel3.c b/tests/cancel3.c index 8c7bd9f..5020648 100644 --- a/tests/cancel3.c +++ b/tests/cancel3.c @@ -139,7 +139,7 @@ main () /* * Code to control or munipulate child threads should probably go here. */ - Sleep (500); + Sleep (NUMTHREADS * 100); for (i = 1; i <= NUMTHREADS; i++) { @@ -147,7 +147,7 @@ main () } /* - * Give threads time to run. + * Give threads time to complete. */ Sleep (NUMTHREADS * 100); -- cgit v1.2.3