From 89466fa58f1fa925a04c4df42f6e7d4b29877cf9 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 15 Jun 2024 03:59:10 +0000 Subject: [PATCH] crank up penalty timeouts so this should work on even the slowest of test builders --- regress/usr.bin/ssh/penalty.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1