From: djm Date: Sat, 15 Jun 2024 03:59:10 +0000 (+0000) Subject: crank up penalty timeouts so this should work on even the slowest of X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=89466fa58f1fa925a04c4df42f6e7d4b29877cf9;p=openbsd crank up penalty timeouts so this should work on even the slowest of test builders --- diff --git a/regress/usr.bin/ssh/penalty.sh b/regress/usr.bin/ssh/penalty.sh index 4308e0b82a2..9556b31f707 100644 --- a/regress/usr.bin/ssh/penalty.sh +++ b/regress/usr.bin/ssh/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"