summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 13:05:28 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-03 13:05:28 +0300
commit28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6 (patch)
tree8b8769b9a5a00dfe133c156a8048385de3126f10 /test
parent151dc4e387cfbb91b7cd85461ce0deb1e5f5fe30 (diff)
downloadpleroma-28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6.tar.gz
pleroma-28ed4b41d03c6a137d198b8c67fb081c7ebfbbc6.zip
naming for checkin from pool timeout
Diffstat (limited to 'test')
-rw-r--r--test/pool/connections_test.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pool/connections_test.exs b/test/pool/connections_test.exs
index 0e7a118ab..a084f31b9 100644
--- a/test/pool/connections_test.exs
+++ b/test/pool/connections_test.exs
@@ -24,8 +24,7 @@ defmodule Pleroma.Pool.ConnectionsTest do
adapter = Application.get_env(:tesla, :adapter)
Application.put_env(:tesla, :adapter, Tesla.Adapter.Gun)
- {:ok, pid} =
- Connections.start_link({name, [max_connections: 2, receive_connection_timeout: 1_500]})
+ {:ok, pid} = Connections.start_link({name, [max_connections: 2, checkin_timeout: 1_500]})
on_exit(fn ->
Application.put_env(:tesla, :adapter, adapter)