diff --git a/src/FilterLists.Agent/Program.cs b/src/FilterLists.Agent/Program.cs index 2ca393822..4bdc858e2 100644 --- a/src/FilterLists.Agent/Program.cs +++ b/src/FilterLists.Agent/Program.cs @@ -17,7 +17,7 @@ public static class Program private static ServiceProvider serviceProvider; private static SnapshotService snapshotService; private static Logger logger; - private static readonly TimeSpan Timeout = TimeSpan.FromHours(48); + private static readonly TimeSpan Timeout = TimeSpan.FromDays(7); public static async Task Main() {