]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
increase timeout to match cfgmatch.sh
authorDamien Miller <djm@mindrot.org>
Fri, 13 Jul 2018 01:38:59 +0000 (11:38 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 13 Jul 2018 01:41:33 +0000 (11:41 +1000)
lets test pass under valgrind (on my workstation at least)

regress/cfgmatchlisten.sh

index ca2f407a50e366862ce9c554d5e156d808dd4b34..a4fd66b3224c64d186ffb1b3c9cac36bc00163f3 100644 (file)
@@ -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