1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-23 20:15:06 +01:00

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

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