projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9eb7a
)
Re-enable the federated tests, increase timeout
author
stwf
<steven.fuchs@dockyard.com>
Wed, 8 Jul 2020 19:56:03 +0000
(15:56 -0400)
committer
stwf
<steven.fuchs@dockyard.com>
Thu, 9 Jul 2020 17:49:30 +0000
(13:49 -0400)
test/support/cluster.ex
patch
|
blob
|
history
diff --git
a/test/support/cluster.ex
b/test/support/cluster.ex
index deb37f361cb058bacc3139589dea56bf813907e1..524194cf4934171e8e529a0f7c4705a8f1bbdaba 100644
(file)
--- 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,
6
0_000))
+ |> Enum.map(&Task.await(&1,
9
0_000))
end)
end