mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Increase the wait timeout for integration tests init
This commit is contained in:
@@ -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"), 30000);
|
||||
|
||||
Indexers.Post(new Readarr.Api.V1.Indexers.IndexerResource
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user