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 7c169b0 commit a6c378fCopy full SHA for a6c378f
tests/test_router.py
@@ -10,7 +10,7 @@
10
from reactpy_router import browser_router, link, navigate, route, use_params, use_search_params
11
12
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
13
-CLICK_DELAY = 350 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
+CLICK_DELAY = 250 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
14
pytestmark = pytest.mark.anyio
15
16
0 commit comments