From: stwf Date: Wed, 8 Jul 2020 19:56:03 +0000 (-0400) Subject: Re-enable the federated tests, increase timeout X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=08211eff22d4aab8ee73dbe16212d2aed1f6789b;p=akkoma Re-enable the federated tests, increase timeout --- 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