increase timeout to match cfgmatch.sh
lets test pass under valgrind (on my workstation at least)
This commit is contained in:
parent
6aa1bf475c
commit
e46cfbd9db
|
@ -28,7 +28,7 @@ start_client()
|
||||||
while test ! -f $pidfile ; do
|
while test ! -f $pidfile ; do
|
||||||
sleep 1
|
sleep 1
|
||||||
n=`expr $n + 1`
|
n=`expr $n + 1`
|
||||||
if test $n -gt 5; then
|
if test $n -gt 60; then
|
||||||
kill $client_pid
|
kill $client_pid
|
||||||
fatal "timeout waiting for background ssh"
|
fatal "timeout waiting for background ssh"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue