Skip to content

Commit 5c0aa1c

Browse files
committed
Update config.py
1 parent b7af155 commit 5c0aa1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/idom/config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080

8181
IDOM_TESTING_DEFAULT_TIMEOUT = _Option(
8282
"IDOM_TESTING_DEFAULT_TIMEOUT",
83-
3.0,
83+
5.0,
8484
mutable=False,
8585
validator=float,
8686
)
87+
"""A default timeout for testing utilities in IDOM"""

0 commit comments

Comments
 (0)