summaryrefslogtreecommitdiff
path: root/regress/cfgmatchlisten.sh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-07-13 11:38:59 +1000
committerDamien Miller <djm@mindrot.org>2018-07-13 11:41:33 +1000
commite46cfbd9db5e907b821bf4fd0184d4dab99815ee (patch)
treedc7a1247517696b6949989dbee8bbdfaf9c31fac /regress/cfgmatchlisten.sh
parent6aa1bf475cf3e7a2149acc5a1e80e904749f064c (diff)
increase timeout to match cfgmatch.sh
lets test pass under valgrind (on my workstation at least)
Diffstat (limited to 'regress/cfgmatchlisten.sh')
-rw-r--r--regress/cfgmatchlisten.sh2
1 files changed, 1 insertions, 1 deletions
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()
28 while test ! -f $pidfile ; do 28 while test ! -f $pidfile ; do
29 sleep 1 29 sleep 1
30 n=`expr $n + 1` 30 n=`expr $n + 1`
31 if test $n -gt 5; then 31 if test $n -gt 60; then
32 kill $client_pid 32 kill $client_pid
33 fatal "timeout waiting for background ssh" 33 fatal "timeout waiting for background ssh"
34 fi 34 fi