From 8a1a945e5f6ff10eeb6e24ba02d43c5af6f6fe2e Mon Sep 17 00:00:00 2001 From: Bogdan Date: Sun, 12 Nov 2023 20:12:24 +0200 Subject: [PATCH] Increase the wait timeout for integration tests init --- 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 ddc8f9978..778082a27 100644 --- a/src/NzbDrone.Integration.Test/IntegrationTest.cs +++ b/src/NzbDrone.Integration.Test/IntegrationTest.cs @@ -48,7 +48,7 @@ namespace NzbDrone.Integration.Test protected override void InitializeTestTarget() { // Make sure tasks have been initialized so the config put below doesn't cause errors - WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 20000); + WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 30000); Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource {