summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2013-12-22 11:08:32 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2013-12-22 11:08:32 +0000
commita6aa05cba08a3c69cab1e0f9b3c6763659eb2405 (patch)
tree156b521fe52c7aa2d5eddf1f61cccebb45da9f41 /regress
parentd68b8d8ad7c5f1872f22506919d4079836dff7a9 (diff)
Use a bigger timeout, otherwise this test fails on some (not really) slower
hardware.
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libpthread/pthread_specific/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libpthread/pthread_specific/Makefile b/regress/lib/libpthread/pthread_specific/Makefile
index 93bba05a419..b4bd9b52b2c 100644
--- a/regress/lib/libpthread/pthread_specific/Makefile
+++ b/regress/lib/libpthread/pthread_specific/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2002/05/03 10:08:55 wcobb Exp $
+# $OpenBSD: Makefile,v 1.2 2013/12/22 11:08:31 kettenis Exp $
PROG= pthread_specific
+REGRESS_MAXTIME=60
+
.include <bsd.regress.mk>