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