diff options
| author | lain <lain@soykaf.club> | 2019-12-16 17:07:13 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-12-16 17:07:13 +0000 |
| commit | 804b961d3c8e0034c7b6057a164126e5d01a084b (patch) | |
| tree | f33623cf86e39c4ae818b6ad597631a92281ab05 /test/web/activity_pub | |
| parent | e659fbfbf9ec586ea0086a78a7443e77abebf1ab (diff) | |
| parent | eae65e3216cb43f97e58ace7e0a57919332de8b8 (diff) | |
| download | pleroma-804b961d3c8e0034c7b6057a164126e5d01a084b.tar.gz pleroma-804b961d3c8e0034c7b6057a164126e5d01a084b.zip | |
Merge branch 'fix/remove-useless-sleep' into 'develop'
Remove useless sleeping/reduce it
See merge request pleroma/pleroma!2069
Diffstat (limited to 'test/web/activity_pub')
| -rw-r--r-- | test/web/activity_pub/activity_pub_test.exs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs index ad1fb6d02..1520c8a9b 100644 --- a/test/web/activity_pub/activity_pub_test.exs +++ b/test/web/activity_pub/activity_pub_test.exs @@ -1639,13 +1639,10 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do {:ok, _, _} = CommonAPI.favorite(a4.id, user) {:ok, _, _} = CommonAPI.favorite(a3.id, other_user) - Process.sleep(1000) {:ok, _, _} = CommonAPI.favorite(a3.id, user) {:ok, _, _} = CommonAPI.favorite(a5.id, other_user) - Process.sleep(1000) {:ok, _, _} = CommonAPI.favorite(a5.id, user) {:ok, _, _} = CommonAPI.favorite(a4.id, other_user) - Process.sleep(1000) {:ok, _, _} = CommonAPI.favorite(a1.id, user) {:ok, _, _} = CommonAPI.favorite(a1.id, other_user) result = ActivityPub.fetch_favourites(user) |
