We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ac25b commit 7ff7427Copy full SHA for 7ff7427
tests/test_router.py
@@ -8,7 +8,7 @@
8
from reactpy_router import browser_router, link, navigate, route, use_params, use_search_params
9
10
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
11
-CLICK_DELAY = 400 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
+CLICK_DELAY = 500 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
12
13
14
async def test_simple_router(display: DisplayFixture):
0 commit comments