Increase the wait timeout for integration tests init

pull/7127/merge
Bogdan 7 months ago
parent 89820c1ff7
commit 7a46de602f

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

Loading…
Cancel
Save