mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-01 01:31:50 -05:00
Wait 30 seconds for automation tests to load UI
This commit is contained in:
@@ -28,7 +28,7 @@ public IWebElement Find(By by, int timeout = 5)
|
||||
}
|
||||
|
||||
|
||||
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