diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/multiplex.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/multiplex.sh b/regress/multiplex.sh index 654aae5e6..8605d5e0b 100644 --- a/regress/multiplex.sh +++ b/regress/multiplex.sh | |||
@@ -11,7 +11,7 @@ COPY=$OBJ/ls.copy | |||
11 | start_sshd | 11 | start_sshd |
12 | 12 | ||
13 | trace "start master, fork to background" | 13 | trace "start master, fork to background" |
14 | ${SSH} -2 -MS$CTL -F $OBJ/ssh_config -f somehost sleep 60 | 14 | ${SSH} -2 -MS$CTL -F $OBJ/ssh_config -f somehost sleep 120 |
15 | 15 | ||
16 | rm -f ${COPY} | 16 | rm -f ${COPY} |
17 | trace "ssh transfer over multiplexed connection and check result" | 17 | trace "ssh transfer over multiplexed connection and check result" |