We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e82d19 commit 1797ba2Copy full SHA for 1797ba2
pyproject.toml
@@ -92,7 +92,6 @@ extra-dependencies = [
92
"coverage[toml]>=6.5",
93
"responses",
94
"playwright",
95
- # TODO: This dependency needs to be pulled out. ReactPy no longer uses this in the core logic.
96
"jsonpointer",
97
# TODO: Nuke everything past this point after removing backends from deps
98
"starlette >=0.13.6",
src/reactpy/config.py
@@ -75,7 +75,7 @@ def boolean(value: str | bool | int) -> bool:
75
76
REACTPY_TESTING_DEFAULT_TIMEOUT = Option(
77
"REACTPY_TESTING_DEFAULT_TIMEOUT",
78
- 5.0,
+ 10.0,
79
mutable=False,
80
validator=float,
81
)
0 commit comments