mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
Wait 30 seconds for automation tests to load UI
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user