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 31631ab commit da8da26Copy full SHA for da8da26
conftest.py
@@ -468,7 +468,7 @@ def driver(
468
separator = " "
469
winsize = [int(s) for s in opt_window_size.split(separator)]
470
driver.set_window_size(*winsize)
471
- timeout = 30 if opt_ci else opt_implicit_timeout
+ timeout = 40 if opt_ci else opt_implicit_timeout
472
driver.implicitly_wait(timeout)
473
WebDriverWait(driver, timeout=40).until(
474
EC.presence_of_element_located((By.TAG_NAME, "body"))
0 commit comments