Increase the wait timeout for integration tests init

This commit is contained in:
Bogdan 2023-11-06 00:27:34 +02:00
parent 7e6f3c1fef
commit 8a31a18a99
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace NzbDrone.Integration.Test
protected override void InitializeTestTarget() protected override void InitializeTestTarget()
{ {
// Make sure tasks have been initialized so the config put below doesn't cause errors // Make sure tasks have been initialized so the config put below doesn't cause errors
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync")); WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 20000);
Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource
{ {