[openssh-commits] [openssh] 04/05: increase timeout to match cfgmatch.sh

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 13 11:41:49 AEST 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit e46cfbd9db5e907b821bf4fd0184d4dab99815ee
Author: Damien Miller <djm at mindrot.org>
Date:   Fri Jul 13 11:38:59 2018 +1000

    increase timeout to match cfgmatch.sh
    
    lets test pass under valgrind (on my workstation at least)
---
 regress/cfgmatchlisten.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regress/cfgmatchlisten.sh b/regress/cfgmatchlisten.sh
index ca2f407a..a4fd66b3 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

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list