mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Increase the wait timeout for integration tests init
This commit is contained in:
parent
1ec05f519e
commit
8a1a945e5f
1 changed files with 1 additions and 1 deletions
|
@ -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"), 20000);
|
||||
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 30000);
|
||||
|
||||
Indexers.Post(new Lidarr.Api.V1.Indexers.IndexerResource
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue