- (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).
This commit is contained in:
parent
10e7f1929b
commit
a9972e19e9
|
@ -14,6 +14,8 @@
|
|||
Add small description of failing test to failure message; ok djm@
|
||||
- (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that need
|
||||
it.
|
||||
- (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).
|
||||
|
||||
20040616
|
||||
- (dtucker) [openbsd-compat/port-aix.c] Expand whitespace -> tabs. No
|
||||
|
@ -1268,4 +1270,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3403 2004/06/17 06:36:27 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3404 2004/06/17 07:01:21 dtucker Exp $
|
||||
|
|
|
@ -11,7 +11,7 @@ COPY=$OBJ/ls.copy
|
|||
start_sshd
|
||||
|
||||
trace "start master, fork to background"
|
||||
${SSH} -2 -MS$CTL -F $OBJ/ssh_config -f somehost sleep 60
|
||||
${SSH} -2 -MS$CTL -F $OBJ/ssh_config -f somehost sleep 120
|
||||
|
||||
rm -f ${COPY}
|
||||
trace "ssh transfer over multiplexed connection and check result"
|
||||
|
|
Loading…
Reference in New Issue