Skip to content

Commit a6c378f

Browse files
committed
Attempt decreasing GH delay to 250ms
1 parent 7c169b0 commit a6c378f

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
@@ -10,7 +10,7 @@
1010
from reactpy_router import browser_router, link, navigate, route, use_params, use_search_params
1111

1212
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
13-
CLICK_DELAY = 350 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
13+
CLICK_DELAY = 250 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
1414
pytestmark = pytest.mark.anyio
1515

1616

0 commit comments

Comments
 (0)