Merge branch 'cluster-test-ci' into 'develop'
RE-enable cluster tests on CI See merge request pleroma/pleroma!2743
This commit is contained in:
commit
4d809144d8
2 changed files with 14 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue