]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* cond5.test: Sleep 15 seconds, not 5. Some people still run the
authorTom Tromey <tromey@redhat.com>
Mon, 1 Feb 1999 11:40:21 +0000 (11:40 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 1 Feb 1999 11:40:21 +0000 (11:40 +0000)
test on slow machines.

tests/ChangeLog
tests/cond5.test

index 6abb8df254ffda2c0161d7a701d105789de33599..517e5101c2417d631f8c8405526ad0656326526d 100644 (file)
@@ -1,3 +1,8 @@
+1999-02-01  Tom Tromey  <tromey@cygnus.com>
+
+       * cond5.test: Sleep 15 seconds, not 5.  Some people still run the
+       test on slow machines.
+
 1999-01-22  Tom Tromey  <tromey@cygnus.com>
 
        * copy.test: New file.
index ff657431f29ece9eeffbfa751948ab90b5827a2a..926f2f0c92c27e2991443e1f2e8c23d6b4e3656b 100755 (executable)
@@ -31,7 +31,7 @@ END
 $AUTOMAKE &
 pid=$!
 
-sleep 5
+sleep 15
 kill -0 $pid && {
    kill $pid
    exit 1