Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/75236118dd08554a18d50395304f4efc8ea83faa You should set ROOT_URL correctly, otherwise the web may not work correctly.

Wait 30 seconds for automation tests to load UI

pull/3113/head
Mark McDowall 11 years ago
parent 15f9c3a95d
commit 75236118dd

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

Loading…
Cancel
Save