forked from AkkomaGang/akkoma
Re-enable the federated tests, increase timeout
This commit is contained in:
parent
af9eb7a2b1
commit
08211eff22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue