From: Damien Miller Date: Fri, 13 Jul 2018 01:38:59 +0000 (+1000) Subject: increase timeout to match cfgmatch.sh X-Git-Tag: V_7_8_P1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46cfbd9db5e907b821bf4fd0184d4dab99815ee;p=thirdparty%2Fopenssh-portable.git increase timeout to match cfgmatch.sh lets test pass under valgrind (on my workstation at least) --- diff --git a/regress/cfgmatchlisten.sh b/regress/cfgmatchlisten.sh index ca2f407a5..a4fd66b32 100644 --- a/regress/cfgmatchlisten.sh +++ b/regress/cfgmatchlisten.sh @@ -28,7 +28,7 @@ start_client() while test ! -f $pidfile ; do sleep 1 n=`expr $n + 1` - if test $n -gt 5; then + if test $n -gt 60; then kill $client_pid fatal "timeout waiting for background ssh" fi