mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Bump command timeout
This commit is contained in:
@@ -62,7 +62,7 @@ namespace NzbDrone.Integration.Test.Client
|
||||
public void WaitAll()
|
||||
{
|
||||
var resources = All();
|
||||
for (var i = 0; i < 50; i++)
|
||||
for (var i = 0; i < 120; i++)
|
||||
{
|
||||
if (!resources.Any(v => v.Status == CommandStatus.Queued || v.Status == CommandStatus.Started))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user