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);