summaryrefslogtreecommitdiff
path: root/tests/cancel3.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-03 03:54:34 +0000
committerrpj <rpj>2011-07-03 03:54:34 +0000
commit756af68422f49ac5da1cd11b3f2517bf059f43c7 (patch)
treef2d4eec799ce226f2619b976781be8492f0259a4 /tests/cancel3.c
parent36d058cf99f56deb90b7551c0fefdaf0180c0a90 (diff)
See the ChanegLog
Diffstat (limited to 'tests/cancel3.c')
-rw-r--r--tests/cancel3.c4
1 files changed, 2 insertions, 2 deletions
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);