X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fcluster.ex;h=524194cf4934171e8e529a0f7c4705a8f1bbdaba;hb=68894089e845220e06d77401d15e399cb0d3882c;hp=deb37f361cb058bacc3139589dea56bf813907e1;hpb=d0bd4348b34075e1d9ed6905255c85c452e0b4ca;p=akkoma diff --git a/test/support/cluster.ex b/test/support/cluster.ex index deb37f361..524194cf4 100644 --- a/test/support/cluster.ex +++ b/test/support/cluster.ex @@ -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