Increase the timeout for CheckHealth command

This commit is contained in:
Bogdan 2023-11-05 20:17:02 +02:00
parent c0b10f889b
commit ed272aaf74

View file

@ -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
{