[openssh-commits] [openssh] 02/02: upstream: crank up penalty timeouts so this should work on even the
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jun 15 14:03:19 AEST 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 8d0f7eb147ef72d18acb16c0b18672d44941a8ca
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sat Jun 15 03:59:10 2024 +0000
upstream: crank up penalty timeouts so this should work on even the
slowest of test builders
OpenBSD-Regress-ID: 70bda39c83e3fc9d0f3c1fad4542ed33e173d468
---
regress/penalty.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/penalty.sh b/regress/penalty.sh
index 4308e0b8..9556b31f 100644
--- a/regress/penalty.sh
+++ b/regress/penalty.sh
@@ -14,7 +14,7 @@ conf() {
start_sshd
}
-conf "authfail:30s min:50s max:200s"
+conf "authfail:300s min:350s max:900s"
verbose "test connect"
${SSH} -F $OBJ/ssh_config somehost true || fatal "basic connect failed"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list