Skip to content

Commit 0e87d27

Browse files
committed
Increase delay
1 parent 9fc92ce commit 0e87d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from reactpy_router import browser_router, link, route, use_params, use_search_params
88

99
GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS", "").lower() == "true"
10-
CLICK_DELAY = 250 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
10+
CLICK_DELAY = 350 if GITHUB_ACTIONS else 25 # Delay in miliseconds.
1111

1212

1313
async def test_simple_router(display: DisplayFixture):

0 commit comments

Comments
 (0)