mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-30 19:56:54 +00:00
Wait 30 seconds for automation tests to load UI
This commit is contained in:
parent
15f9c3a95d
commit
75236118dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue