diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-04-20 00:15:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-04-20 00:15:37 +0000 |
commit | 4c89dc969c85725d12bf0bb5f7bf4ae87ce4e73d (patch) | |
tree | 73b21e87fa3f8ac44a4c09305f1682fbaa30f21d | |
parent | 9aaa3d006357624f2a46e05d8ecda451d82e9618 (diff) |
Raise the time limit from 5 seconds to 30 seconds.
5 seconds is not enough to compile those tests on sun4c (actually, the
time limit should not be applied to compilation, but fixing that is a pain).
-rw-r--r-- | regress/lib/libc_r/Makefile.inc | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/Makefile.inc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/Makefile.inc b/regress/lib/libc_r/Makefile.inc index e61f52495ff..318c7040af9 100644 --- a/regress/lib/libc_r/Makefile.inc +++ b/regress/lib/libc_r/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2002/01/03 00:43:47 art Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2002/04/20 00:15:36 art Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a @@ -19,4 +19,4 @@ CFLAGS+= -I${.CURDIR}/../include NOMAN= -REGRESSMAXTIME?=5 +REGRESSMAXTIME?=30 diff --git a/regress/lib/libpthread/Makefile.inc b/regress/lib/libpthread/Makefile.inc index e61f52495ff..318c7040af9 100644 --- a/regress/lib/libpthread/Makefile.inc +++ b/regress/lib/libpthread/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2002/01/03 00:43:47 art Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2002/04/20 00:15:36 art Exp $ # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu LIBC_R?= /usr/lib/libc_r.a @@ -19,4 +19,4 @@ CFLAGS+= -I${.CURDIR}/../include NOMAN= -REGRESSMAXTIME?=5 +REGRESSMAXTIME?=30 |