Increase the wait timeout for integration tests init

pull/9370/head
Bogdan 1 year ago
parent 89820c1ff7
commit 7a46de602f

@ -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 Radarr.Api.V3.Indexers.IndexerResource Indexers.Post(new Radarr.Api.V3.Indexers.IndexerResource
{ {

Loading…
Cancel
Save