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: https://sourceware.org/git/?a=commitdiff_plain;h=8cafd46f4e597a4a55189b6bbbcd9cbe163f0db5;p=automake.git * tests/cond5.test: Give more time to automake. Reported by Art Haas. --- diff --git a/ChangeLog b/ChangeLog index 649fc388..faf83b0d 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 9c7edbd0..8862c7d0 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