]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: crank up penalty timeouts so this should work on even the
authordjm@openbsd.org <djm@openbsd.org>
Sat, 15 Jun 2024 03:59:10 +0000 (03:59 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 15 Jun 2024 04:03:03 +0000 (14:03 +1000)
slowest of test builders

OpenBSD-Regress-ID: 70bda39c83e3fc9d0f3c1fad4542ed33e173d468

regress/penalty.sh

index 4308e0b82a2d3e920ebf55bbac76090f7d9176cb..9556b31f707e663bf07bcdc05b571f35cd064a55 100644 (file)
@@ -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"