summaryrefslogtreecommitdiff
path: root/tests/exit2.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/exit2.c
parent0839be6d0a321aa805d2b31bf38ea13e76ccb532 (diff)
See the ChangeLog
Diffstat (limited to 'tests/exit2.c')
-rw-r--r--tests/exit2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exit2.c b/tests/exit2.c
index 196139a..b9f785e 100644
--- a/tests/exit2.c
+++ b/tests/exit2.c
@@ -58,7 +58,7 @@ main(int argc, char * argv[])
assert(pthread_create(&t, NULL, func, (void *) NULL) == 0);
- Sleep(1000);
+ Sleep(100);
return 0;
}