Skip to content

Commit da8da26

Browse files
committed
increase ci timeout
1 parent 31631ab commit da8da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def driver(
468468
separator = " "
469469
winsize = [int(s) for s in opt_window_size.split(separator)]
470470
driver.set_window_size(*winsize)
471-
timeout = 30 if opt_ci else opt_implicit_timeout
471+
timeout = 40 if opt_ci else opt_implicit_timeout
472472
driver.implicitly_wait(timeout)
473473
WebDriverWait(driver, timeout=40).until(
474474
EC.presence_of_element_located((By.TAG_NAME, "body"))

0 commit comments

Comments
 (0)