diff options
author | Damien Miller <djm@mindrot.org> | 2013-11-21 04:24:08 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-11-21 04:24:08 +0100 |
commit | fa7a20bc289f09b334808d988746bc260a2f60c9 (patch) | |
tree | 27a40e7718cb5bb0cf324ff0e277e500e4068cd6 /regress/forward-control.sh | |
parent | - djm@cvs.openbsd.org 2013/11/21 00:45:44 (diff) | |
download | openssh-fa7a20bc289f09b334808d988746bc260a2f60c9.tar.xz openssh-fa7a20bc289f09b334808d988746bc260a2f60c9.zip |
- naddy@cvs.openbsd.org 2013/11/18 05:09:32
[regress/forward-control.sh]
bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)
to successfully run this; ok djm@
(ID sync only; our timeouts are already longer)
Diffstat (limited to 'regress/forward-control.sh')
-rw-r--r-- | regress/forward-control.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/forward-control.sh b/regress/forward-control.sh index 80ddb4167..7f7d105e8 100644 --- a/regress/forward-control.sh +++ b/regress/forward-control.sh @@ -1,4 +1,4 @@ -# $OpenBSD: forward-control.sh,v 1.1 2012/12/02 20:47:48 djm Exp $ +# $OpenBSD: forward-control.sh,v 1.2 2013/11/18 05:09:32 naddy Exp $ # Placed in the Public Domain. tid="sshd control of local and remote forwarding" |