summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs
index bdaf9f1..69b6c93 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -2,7 +2,7 @@ import Config
config :chessh, RateLimits,
jail_timeout_ms: 1000,
- jail_threshold: 2
+ jail_attempt_threshold: 3
config :chessh, Chessh.Repo,
database: "chessh-test",