Re-enable the federated tests, increase timeout
authorstwf <steven.fuchs@dockyard.com>
Wed, 8 Jul 2020 19:56:03 +0000 (15:56 -0400)
committerstwf <steven.fuchs@dockyard.com>
Thu, 9 Jul 2020 17:49:30 +0000 (13:49 -0400)
test/support/cluster.ex

index deb37f361cb058bacc3139589dea56bf813907e1..524194cf4934171e8e529a0f7c4705a8f1bbdaba 100644 (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