From ed272aaf7473dc594674e6d5fba63142960dabd6 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 5 Nov 2023 20:17:02 +0200 Subject: [PATCH] Increase the timeout for CheckHealth command --- src/NzbDrone.Integration.Test/IntegrationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Integration.Test/IntegrationTest.cs b/src/NzbDrone.Integration.Test/IntegrationTest.cs index 711c3ed37..c58d35f89 100644 --- a/src/NzbDrone.Integration.Test/IntegrationTest.cs +++ b/src/NzbDrone.Integration.Test/IntegrationTest.cs @@ -47,7 +47,7 @@ namespace NzbDrone.Integration.Test protected override void InitializeTestTarget() { - WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("CheckHealth")); + WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("CheckHealth"), 20000); Indexers.Post(new Prowlarr.Api.V1.Indexers.IndexerResource {