Skip to content

Commit a767495

Browse files
committed
increase timeout
1 parent 5dc8430 commit a767495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
def create_simple_selenium_web_driver(
4545
driver_type: Type[WebDriver] = Chrome,
4646
driver_options: Optional[Any] = None,
47-
implicit_wait_timeout: float = 5.0,
47+
implicit_wait_timeout: float = 10.0,
4848
page_load_timeout: float = 5.0,
4949
window_size: Tuple[int, int] = (1080, 800),
5050
) -> WebDriver:

0 commit comments

Comments
 (0)