diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:35:24 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-29 18:35:24 -0700 |
commit | aaeef8158dc7d4d294a4f7083ac8c07d397c1d6d (patch) | |
tree | 82ae0fa61f98cbd474aabcb4ef4f24daf65789bd /config | |
parent | d1e02a3cc23e93318bcde7052f7acb6fc2473bd7 (diff) | |
download | chessh-aaeef8158dc7d4d294a4f7083ac8c07d397c1d6d.tar.gz chessh-aaeef8158dc7d4d294a4f7083ac8c07d397c1d6d.zip |
increase limit ms in test
Diffstat (limited to 'config')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 69b6c93..002b49f 100644 --- a/config/test.exs +++ b/config/test.exs @@ -1,7 +1,7 @@ import Config config :chessh, RateLimits, - jail_timeout_ms: 1000, + jail_timeout_ms: 5000, jail_attempt_threshold: 3 config :chessh, Chessh.Repo, |