summaryrefslogtreecommitdiff
path: root/tests/exit3.c
diff options
context:
space:
mode:
authorrpj <rpj>2011-07-03 02:52:34 +0000
committerrpj <rpj>2011-07-03 02:52:34 +0000
commit36d058cf99f56deb90b7551c0fefdaf0180c0a90 (patch)
treeffd69f560140879dba52132b8ca0367b2d3feaa4 /tests/exit3.c
parent0839be6d0a321aa805d2b31bf38ea13e76ccb532 (diff)
See the ChangeLog
Diffstat (limited to 'tests/exit3.c')
-rw-r--r--tests/exit3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exit3.c b/tests/exit3.c
index a8b12c8..18859e4 100644
--- a/tests/exit3.c
+++ b/tests/exit3.c
@@ -61,7 +61,7 @@ main(int argc, char * argv[])
assert(pthread_create(&id[i], NULL, func, (void *)(size_t)i) == 0);
}
- Sleep(1000);
+ Sleep(400);
/* Success. */
return 0;