summaryrefslogtreecommitdiff
path: root/regress/multiplex.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-17 17:01:21 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-17 17:01:21 +1000
commita9972e19e941f9f711103b50dd57f6bc0c1aad53 (patch)
tree565f69afda14bff0f69ba1ee18224f8c0c7fdc3e /regress/multiplex.sh
parent10e7f1929b54dcdd91fea2fe03e9450abdd8b31c (diff)
- (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is not
enough for slow systems, especially if they don't have a kernel RNG).
Diffstat (limited to 'regress/multiplex.sh')
-rw-r--r--regress/multiplex.sh2
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
11start_sshd 11start_sshd
12 12
13trace "start master, fork to background" 13trace "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
16rm -f ${COPY} 16rm -f ${COPY}
17trace "ssh transfer over multiplexed connection and check result" 17trace "ssh transfer over multiplexed connection and check result"