We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910a9c3 commit 9044cacCopy full SHA for 9044cac
py/test/selenium/webdriver/common/devtools_tests.py
@@ -50,3 +50,4 @@ def test_check_console_messages(driver, pages, recwarn):
50
except AssertionError:
51
if _ == 2:
52
pytest.fail("Assertions failed after retries.")
53
+ time.sleep(0.5) # Add a delay between retries
0 commit comments