summaryrefslogtreecommitdiff
path: root/tests/cond5.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-02-01 11:40:21 +0000
committerTom Tromey <tromey@redhat.com>1999-02-01 11:40:21 +0000
commit0b2d9e52bab46014f163406ab19d42df57ff1fdd (patch)
treeb16d7ea168ee14a950a520eb9bc9e90888a51aa5 /tests/cond5.test
parent7a6987c8067ead23cd81b8f0099b311b73e8289c (diff)
downloadautomake-0b2d9e52bab46014f163406ab19d42df57ff1fdd.tar.gz
* cond5.test: Sleep 15 seconds, not 5. Some people still run the
test on slow machines.
Diffstat (limited to 'tests/cond5.test')
-rwxr-xr-xtests/cond5.test2
1 files changed, 1 insertions, 1 deletions
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