Skip to content

Commit 1797ba2

Browse files
committed
increase test timeout
1 parent 2e82d19 commit 1797ba2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ extra-dependencies = [
9292
"coverage[toml]>=6.5",
9393
"responses",
9494
"playwright",
95-
# TODO: This dependency needs to be pulled out. ReactPy no longer uses this in the core logic.
9695
"jsonpointer",
9796
# TODO: Nuke everything past this point after removing backends from deps
9897
"starlette >=0.13.6",

src/reactpy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def boolean(value: str | bool | int) -> bool:
7575

7676
REACTPY_TESTING_DEFAULT_TIMEOUT = Option(
7777
"REACTPY_TESTING_DEFAULT_TIMEOUT",
78-
5.0,
78+
10.0,
7979
mutable=False,
8080
validator=float,
8181
)

0 commit comments

Comments
 (0)