From: Tom Tromey Date: Mon, 1 Feb 1999 11:40:21 +0000 (+0000) Subject: * cond5.test: Sleep 15 seconds, not 5. Some people still run the X-Git-Tag: user-dep-gen-branchpoint~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2d9e52bab46014f163406ab19d42df57ff1fdd;p=thirdparty%2Fautomake.git * cond5.test: Sleep 15 seconds, not 5. Some people still run the test on slow machines. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 6abb8df25..517e5101c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +1999-02-01 Tom Tromey + + * cond5.test: Sleep 15 seconds, not 5. Some people still run the + test on slow machines. + 1999-01-22 Tom Tromey * copy.test: New file. diff --git a/tests/cond5.test b/tests/cond5.test index ff657431f..926f2f0c9 100755 --- a/tests/cond5.test +++ b/tests/cond5.test @@ -31,7 +31,7 @@ END $AUTOMAKE & pid=$! -sleep 5 +sleep 15 kill -0 $pid && { kill $pid exit 1