diff options
author | 2013-12-22 11:08:31 +0000 | |
---|---|---|
committer | 2013-12-22 11:08:31 +0000 | |
commit | 9ddd5bb9511c7fb8d0c4bb8ae266f5204b86227f (patch) | |
tree | e4daba79155aeac71ddf87a183c4b406ab3e4405 | |
parent | format string fix: %08x instead of %p for uint32_t (diff) | |
download | wireguard-openbsd-9ddd5bb9511c7fb8d0c4bb8ae266f5204b86227f.tar.xz wireguard-openbsd-9ddd5bb9511c7fb8d0c4bb8ae266f5204b86227f.zip |
Use a bigger timeout, otherwise this test fails on some (not really) slower
hardware.
-rw-r--r-- | regress/lib/libpthread/pthread_specific/Makefile | 4 |
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> |