[e2e] Add pageLoadTimeout (#2472)
This commit is contained in:
parent
26d800f997
commit
6f00ee0273
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ public class BaseTest {
|
||||||
Configuration.browser = TestConfiguration.BROWSER;
|
Configuration.browser = TestConfiguration.BROWSER;
|
||||||
Configuration.baseUrl = TestConfiguration.BASE_WEB_URL;
|
Configuration.baseUrl = TestConfiguration.BASE_WEB_URL;
|
||||||
Configuration.timeout = 10000;
|
Configuration.timeout = 10000;
|
||||||
|
Configuration.pageLoadTimeout = 180000;
|
||||||
Configuration.browserSize = TestConfiguration.BROWSER_SIZE;
|
Configuration.browserSize = TestConfiguration.BROWSER_SIZE;
|
||||||
SelenideLogger.addListener("allure", new AllureSelenide().savePageSource(false));
|
SelenideLogger.addListener("allure", new AllureSelenide().savePageSource(false));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue