diff options
-rw-r--r-- | regress/cfgmatchlisten.sh | 2 |
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 |