- (dtucker) [regress/agent-timeout.sh] Timeout of 5 sec is borderline for

slower hosts, increase to 10 sec.
This commit is contained in:
Darren Tucker 2003-09-13 09:46:03 +10:00
parent e660ede8c0
commit dc7e65646f
2 changed files with 6 additions and 2 deletions

View File

@ -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 $

View File

@ -3,7 +3,7 @@
tid="agent timeout test"
SSHAGENT_TIMEOUT=5
SSHAGENT_TIMEOUT=10
trace "start agent"
eval `${SSHAGENT} -s` > /dev/null