Skip to content

Commit ab31de1

Browse files
committed
increase timeout
1 parent 236d904 commit ab31de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/idom/testing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
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,
48-
page_load_timeout: float = 5.0,
47+
implicit_wait_timeout: float = 10.0,
48+
page_load_timeout: float = 10.0,
4949
window_size: Tuple[int, int] = (1080, 800),
5050
) -> WebDriver:
5151
driver = driver_type(options=driver_options)

0 commit comments

Comments
 (0)