mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Increase the timeout for CheckHealth command
This commit is contained in:
parent
c0b10f889b
commit
ed272aaf74
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace NzbDrone.Integration.Test
|
|||
|
||||
protected override void InitializeTestTarget()
|
||||
{
|
||||
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("CheckHealth"));
|
||||
WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("CheckHealth"), 20000);
|
||||
|
||||
Indexers.Post(new Prowlarr.Api.V1.Indexers.IndexerResource
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue