From e46cfbd9db5e907b821bf4fd0184d4dab99815ee Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 13 Jul 2018 11:38:59 +1000 Subject: 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(-) (limited to 'regress/cfgmatchlisten.sh') 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 -- cgit v1.2.3