Bump command timeout

pull/1689/head
ta264 5 years ago committed by Qstick
parent 906fdb8365
commit a1ce5a0df1

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

Loading…
Cancel
Save