summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2024-06-15 05:59:10 +0200
committerDamien Miller <djm@mindrot.org>2024-06-15 06:03:03 +0200
commit8d0f7eb147ef72d18acb16c0b18672d44941a8ca (patch)
treec5603782719a673c793ca1d2baae6d4494a61bd6 /regress
parentupstream: sort -q in the options list; (diff)
downloadopenssh-8d0f7eb147ef72d18acb16c0b18672d44941a8ca.tar.xz
openssh-8d0f7eb147ef72d18acb16c0b18672d44941a8ca.zip
upstream: crank up penalty timeouts so this should work on even the
slowest of test builders OpenBSD-Regress-ID: 70bda39c83e3fc9d0f3c1fad4542ed33e173d468
Diffstat (limited to 'regress')
-rw-r--r--regress/penalty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/penalty.sh b/regress/penalty.sh
index 4308e0b82..9556b31f7 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"