diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-11-30 00:50:31 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-11-30 00:50:31 +0000 |
commit | 3ffb0f8ccf238e7c1e66434bc99816c095723464 (patch) | |
tree | a84ceab0be9bf5c97d78431e5bf500c68f338a3c /lib/libc_r/TEST | |
parent | df71ab4e69d46ca4784e69b212c1c6c659b66b42 (diff) |
set the ulimit a little higher for test_preemption
Diffstat (limited to 'lib/libc_r/TEST')
-rw-r--r-- | lib/libc_r/TEST/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/Makefile b/lib/libc_r/TEST/Makefile index a0311e7619a..53aeac9250f 100644 --- a/lib/libc_r/TEST/Makefile +++ b/lib/libc_r/TEST/Makefile @@ -32,7 +32,7 @@ SKIP_TESTS += test_sock_2a all : tests tests : ${TESTS} - @faillist= ; ulimit -t 5; \ + @faillist= ; ulimit -t 10; \ for i in ${.ALLSRC} ; do \ case " ${SKIP_TESTS} " in \ *" $$i "*) \ |