From 75236118dd08554a18d50395304f4efc8ea83faa Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 5 Aug 2014 23:41:43 -0700 Subject: [PATCH] Wait 30 seconds for automation tests to load UI --- src/NzbDrone.Automation.Test/PageModel/PageBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Automation.Test/PageModel/PageBase.cs b/src/NzbDrone.Automation.Test/PageModel/PageBase.cs index b8e56a44d..93c804703 100644 --- a/src/NzbDrone.Automation.Test/PageModel/PageBase.cs +++ b/src/NzbDrone.Automation.Test/PageModel/PageBase.cs @@ -28,7 +28,7 @@ namespace NzbDrone.Automation.Test.PageModel } - public void WaitForNoSpinner(int timeout = 20) + public void WaitForNoSpinner(int timeout = 30) { //give the spinner some time to show up. Thread.Sleep(100);