From: Alexandre Duret-Lutz Date: Sun, 22 Sep 2002 18:57:18 +0000 (+0000) Subject: * tests/cond5.test: Give more time to automake. X-Git-Tag: Release-1-7~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4f17873a4cdaa07d4700376d9dfc7dfdbe5ca5;p=thirdparty%2Fautomake.git * tests/cond5.test: Give more time to automake. Reported by Art Haas. --- 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