summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/test.exs b/config/test.exs
index 002b49f..3605f1e 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -1,11 +1,11 @@
import Config
config :chessh, RateLimits,
- jail_timeout_ms: 5000,
+ jail_timeout_ms: 10_000,
jail_attempt_threshold: 3
config :chessh, Chessh.Repo,
- database: "chessh-test",
+ database: "chesshtest",
username: "postgres",
password: "postgres",
hostname: "localhost",