Re-enable the federated tests, increase timeout

This commit is contained in:
stwf 2020-07-08 15:56:03 -04:00
parent af9eb7a2b1
commit 08211eff22
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ defmodule Pleroma.Cluster do
silence_logger_warnings(fn ->
node_configs
|> Enum.map(&Task.async(fn -> start_slave(&1) end))
|> Enum.map(&Task.await(&1, 60_000))
|> Enum.map(&Task.await(&1, 90_000))
end)
end