Increase the wait timeout for integration tests init

This commit is contained in:
Bogdan 2023-11-06 00:29:02 +02:00
parent 89820c1ff7
commit 7a46de602f
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 20000);
Indexers.Post(new Radarr.Api.V3.Indexers.IndexerResource
{