From 1d4f17873a4cdaa07d4700376d9dfc7dfdbe5ca5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 22 Sep 2002 18:57:18 +0000 Subject: [PATCH] * tests/cond5.test: Give more time to automake. Reported by Art Haas. --- ChangeLog | 3 +++ tests/cond5.test | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 649fc3885..faf83b0d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-09-22 Alexandre Duret-Lutz + * tests/cond5.test: Give more time to automake. + Reported by Art Haas. + * configure.in: Really check for Autoconf 2.54. * automake.texi (Yacc and Lex): ylwrap is used only when there is diff --git a/tests/cond5.test b/tests/cond5.test index 9c7edbd06..8862c7d0c 100755 --- a/tests/cond5.test +++ b/tests/cond5.test @@ -51,7 +51,7 @@ $ACLOCAL || exit 1 $AUTOMAKE & pid=$! -sleep 15 +sleep 60 kill -0 $pid && { kill $pid exit 1 -- 2.47.2