Skip to content

Commit 0d2329a

Browse files
committed
longer timeout
1 parent 7e51690 commit 0d2329a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_background_events.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ def test_background_events(
2020
background_events_url: str,
2121
):
2222
assert reflex_web_app.frontend_url is not None
23+
page.set_default_timeout(60000)
2324

24-
page.goto(reflex_web_app.frontend_url + background_events_url, timeout=120000)
25+
page.goto(reflex_web_app.frontend_url + background_events_url)
2526
expect(page).to_have_url(re.compile(background_events_url))
2627

2728
start_button = page.get_by_role("button", name="Start", exact=True)

0 commit comments

Comments
 (0)