summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-11-30 00:50:30 +0000
committerd <d@openbsd.org>1999-11-30 00:50:30 +0000
commite7dae77d5394407dbb51ed77eb9aaa6e33264b43 (patch)
treea28156c35ea74c16f0522ff5cae366f571473ae7 /lib/libc_r
parentenable test_select and test_poll (diff)
downloadwireguard-openbsd-e7dae77d5394407dbb51ed77eb9aaa6e33264b43.tar.xz
wireguard-openbsd-e7dae77d5394407dbb51ed77eb9aaa6e33264b43.zip
set the ulimit a little higher for test_preemption
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/TEST/Makefile2
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 "*) \