mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
slower hosts, increase to 10 sec.
This commit is contained in:
parent
e660ede8c0
commit
dc7e65646f
|
@ -1,3 +1,7 @@
|
|||
20030913
|
||||
- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for
|
||||
slower hosts, increase to 10 sec.
|
||||
|
||||
20030912
|
||||
- (tim) [regress/agent-ptrace.sh] sh doesn't like "if ! shell_function; then".
|
||||
- (tim) [Makefile.in] only mkdir regress if it does not exist.
|
||||
|
@ -1075,4 +1079,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2985 2003/09/12 20:21:14 tim Exp $
|
||||
$Id: ChangeLog,v 1.2986 2003/09/12 23:46:03 dtucker Exp $
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
tid="agent timeout test"
|
||||
|
||||
SSHAGENT_TIMEOUT=5
|
||||
SSHAGENT_TIMEOUT=10
|
||||
|
||||
trace "start agent"
|
||||
eval `${SSHAGENT} -s` > /dev/null
|
||||
|
|
Loading…
Reference in New Issue