Skip to content

Commit

Permalink
try to fix flaky tests by again increasing implicit wait
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jan 27, 2023
1 parent 7c8a940 commit 8ed3eb4
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 @@ -30,7 +30,7 @@ def capabilities(capabilities: Dict) -> Dict:

@pytest.fixture
def selenium(selenium: webdriver.Chrome) -> webdriver.Chrome:
selenium.implicitly_wait(2)
selenium.implicitly_wait(4)
selenium.set_page_load_timeout(2)
return selenium

Expand Down

0 comments on commit 8ed3eb4

Please sign in to comment.