Skip to content

Commit 7ff7427

Browse files
committed
Increase click delay again
1 parent d0ac25b commit 7ff7427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_router.py

+1-1
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 = 400 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
11+
CLICK_DELAY = 500 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
1212

1313

1414
async def test_simple_router(display: DisplayFixture):

0 commit comments

Comments
 (0)