Bump command timeout

This commit is contained in:
ta264 2019-10-13 22:19:53 +01:00 committed by Qstick
parent 906fdb8365
commit a1ce5a0df1
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{