summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/util_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-12-16 17:07:13 +0000
committerlain <lain@soykaf.club>2019-12-16 17:07:13 +0000
commit804b961d3c8e0034c7b6057a164126e5d01a084b (patch)
treef33623cf86e39c4ae818b6ad597631a92281ab05 /test/web/twitter_api/util_controller_test.exs
parente659fbfbf9ec586ea0086a78a7443e77abebf1ab (diff)
parenteae65e3216cb43f97e58ace7e0a57919332de8b8 (diff)
downloadpleroma-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/twitter_api/util_controller_test.exs')
-rw-r--r--test/web/twitter_api/util_controller_test.exs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/web/twitter_api/util_controller_test.exs b/test/web/twitter_api/util_controller_test.exs
index 734cd2211..43299e147 100644
--- a/test/web/twitter_api/util_controller_test.exs
+++ b/test/web/twitter_api/util_controller_test.exs
@@ -898,8 +898,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
|> post("/api/pleroma/delete_account", %{"password" => "test"})
assert json_response(conn, 200) == %{"status" => "success"}
- # Wait a second for the started task to end
- :timer.sleep(1000)
end
end
end