Browse Source

greatly increased implicit_wait to test how it affects test-flakyness

Rodja Trappe 2 years ago
parent
commit
1f5e828a4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/conftest.py

+ 1 - 1
tests/conftest.py

@@ -30,7 +30,7 @@ def capabilities(capabilities: Dict) -> Dict:
 
 
 @pytest.fixture
 @pytest.fixture
 def selenium(selenium: webdriver.Chrome) -> webdriver.Chrome:
 def selenium(selenium: webdriver.Chrome) -> webdriver.Chrome:
-    selenium.implicitly_wait(0.5)
+    selenium.implicitly_wait(2)
     selenium.set_page_load_timeout(2)
     selenium.set_page_load_timeout(2)
     return selenium
     return selenium