diff options
Diffstat (limited to 'tests/cancel3.c')
-rw-r--r-- | tests/cancel3.c | 4 |
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); |