increase limit ms in test

This commit is contained in:
Simponic 2022-12-29 18:35:24 -07:00
parent d1e02a3cc2
commit aaeef8158d
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -1,7 +1,7 @@
import Config import Config
config :chessh, RateLimits, config :chessh, RateLimits,
jail_timeout_ms: 1000, jail_timeout_ms: 5000,
jail_attempt_threshold: 3 jail_attempt_threshold: 3
config :chessh, Chessh.Repo, config :chessh, Chessh.Repo,