Skip to content

Commit 441396b

Browse files
authored
Update display.py
1 parent 545f525 commit 441396b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/testing/display.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def __aenter__(self) -> DisplayFixture:
5858
browser = self._browser
5959
self.page = await browser.new_page()
6060

61-
self.page.set_default_timeout(IDOM_TESTING_DEFAULT_TIMEOUT * 1000)
61+
self.page.set_default_timeout(IDOM_TESTING_DEFAULT_TIMEOUT.current * 1000)
6262

6363
if not hasattr(self, "backend"):
6464
self.backend = BackendFixture()

0 commit comments

Comments
 (0)