From fbadb2d7bd07318ac7fa390c720597a2e320c2d1 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Mon, 7 Mar 2022 21:25:34 +0000 Subject: [PATCH] Try to fix federation test on ci (#2121) --- crates/apub_lib/src/object_id.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/apub_lib/src/object_id.rs b/crates/apub_lib/src/object_id.rs index 41b18ef9..84c9c113 100644 --- a/crates/apub_lib/src/object_id.rs +++ b/crates/apub_lib/src/object_id.rs @@ -134,7 +134,7 @@ where } static ACTOR_REFETCH_INTERVAL_SECONDS: i64 = 24 * 60 * 60; -static ACTOR_REFETCH_INTERVAL_SECONDS_DEBUG: i64 = 10; +static ACTOR_REFETCH_INTERVAL_SECONDS_DEBUG: i64 = 20; /// Determines when a remote actor should be refetched from its instance. In release builds, this is /// `ACTOR_REFETCH_INTERVAL_SECONDS` after the last refetch, in debug builds -- 2.44.1