Skip to content

Commit

Permalink
upstream: crank up penalty timeouts so this should work on even the
Browse files Browse the repository at this point in the history
slowest of test builders

OpenBSD-Regress-ID: 70bda39c83e3fc9d0f3c1fad4542ed33e173d468
  • Loading branch information
djmdjm committed Jun 15, 2024
1 parent 93c7547 commit 8d0f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/penalty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8d0f7eb

Please sign in to comment.