1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 13:34:54 +00:00

Increase the wait timeout for integration tests init

This commit is contained in:
Bogdan 2023-11-12 20:12:24 +02:00
parent 1ec05f519e
commit 8a1a945e5f

View file

@ -48,7 +48,7 @@ protected override void StartTestTarget()
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"), 20000);
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 30000);
Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource
{