From a1ce5a0df169797f3e91cad1e4ef5eda168f2a8c Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 13 Oct 2019 22:19:53 +0100 Subject: [PATCH] Bump command timeout --- src/NzbDrone.Integration.Test/Client/CommandClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Integration.Test/Client/CommandClient.cs b/src/NzbDrone.Integration.Test/Client/CommandClient.cs index bc9387b7e..30ac0fa0e 100644 --- a/src/NzbDrone.Integration.Test/Client/CommandClient.cs +++ b/src/NzbDrone.Integration.Test/Client/CommandClient.cs @@ -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)) {