Skip to content

Commit eee3a87

Browse files
committed
Longer test delays
1 parent c126be9 commit eee3a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from reactpy_router import browser_router, link, navigate, route, use_params, use_search_params
99

1010
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
11-
CLICK_DELAY = 350 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
11+
CLICK_DELAY = 400 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
1212

1313

1414
async def test_simple_router(display: DisplayFixture):

0 commit comments

Comments
 (0)