Longer timeouts for outgoing federation.
This commit is contained in:
parent
42633406b3
commit
6a184115a2
3 changed files with 5 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ defmodule Pleroma.Web.Salmon.SalmonTest do
|
|||
user = Repo.get_by(User, ap_id: activity.data["actor"])
|
||||
{:ok, user} = Pleroma.Web.WebFinger.ensure_keys_present(user)
|
||||
|
||||
poster = fn (url, data, headers) ->
|
||||
poster = fn (url, data, headers, options) ->
|
||||
assert url == "http://example.org/salmon"
|
||||
end
|
||||
Salmon.publish(user, activity, poster)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue