Skip to content

Commit

Permalink
increasing page load timeout to prevent flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 30, 2023
1 parent 998fb6f commit 637ef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def capabilities(capabilities: Dict) -> Dict:
@pytest.fixture
def selenium(selenium: webdriver.Chrome) -> webdriver.Chrome:
selenium.implicitly_wait(4)
selenium.set_page_load_timeout(2)
selenium.set_page_load_timeout(4)
return selenium


Expand Down

0 comments on commit 637ef19

Please sign in to comment.