Skip to content
Snippets Groups Projects
Commit 08211eff authored by Steven Fuchs's avatar Steven Fuchs
Browse files

Re-enable the federated tests, increase timeout

parent af9eb7a2
No related branches found
No related tags found
No related merge requests found
Pipeline #28360 passed
......@@ -97,7 +97,7 @@ def spawn_cluster(node_configs) 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment