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 9fc92ce commit 0e87d27Copy full SHA for 0e87d27
tests/test_core.py
@@ -7,7 +7,7 @@
7
from reactpy_router import browser_router, link, route, use_params, use_search_params
8
9
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
10
-CLICK_DELAY = 250 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
+CLICK_DELAY = 350 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
11
12
13
async def test_simple_router(display: DisplayFixture):
0 commit comments