mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
DashboardTests: increase WaitUntilModalIsDisplayed to 10s
resolves pipelines issue
This commit is contained in:
@@ -82,7 +82,7 @@ namespace Jackett.IntegrationTests
|
||||
|
||||
private bool WaitUntilModalIsDisplayed(string cssSelector)
|
||||
{
|
||||
var wait = new WebDriverWait(_webDriver, TimeSpan.FromSeconds(5));
|
||||
var wait = new WebDriverWait(_webDriver, TimeSpan.FromSeconds(10));
|
||||
var element = wait.Until(condition =>
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user