1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

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

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