From: Mark Felder <feld@feld.me>
Date: Sat, 20 Feb 2021 00:37:37 +0000 (-0600)
Subject: Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=db7d6f337f971707424c103bbb919822d7218527;p=akkoma

Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote
---

diff --git a/config/test.exs b/config/test.exs
index 690c98e40..87396a88d 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -38,7 +38,7 @@ config :pleroma, :instance,
   external_user_synchronization: false,
   static_dir: "test/instance_static/"
 
-config :pleroma, :activitypub, sign_object_fetches: false
+config :pleroma, :activitypub, sign_object_fetches: false, follow_handshake_timeout: 0
 
 # Configure your database
 config :pleroma, Pleroma.Repo,