X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fcluster.ex;h=524194cf4934171e8e529a0f7c4705a8f1bbdaba;hb=6669ac5bf7749be325a10f92cc9eed49c6be2761;hp=deb37f361cb058bacc3139589dea56bf813907e1;hpb=98990d2d619ce4b61097b1e12179241b538cb01d;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