]> sourceware.org Git - automake.git/commitdiff
* tests/cond5.test: Give more time to automake.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 18:57:18 +0000 (18:57 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 22 Sep 2002 18:57:18 +0000 (18:57 +0000)
Reported by Art Haas.

ChangeLog
tests/cond5.test

index 649fc3885403f881bf9f0cd6d0d4c90931febde1..faf83b0d9f35da7c72e7321ea9dba81bd47fe4bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-09-22  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * 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
index 9c7edbd06161f19e4ed04b7e022e33395d908031..8862c7d0c54ef301f82872c57f38d95902b437b2 100755 (executable)
@@ -51,7 +51,7 @@ $ACLOCAL || exit 1
 $AUTOMAKE &
 pid=$!
 
-sleep 15
+sleep 60
 kill -0 $pid && {
    kill $pid
    exit 1
This page took 0.034315 seconds and 5 git commands to generate.