Skip to content

Commit b80f8b1

Browse files
committed
explicit 30 sec wait
1 parent 800d03c commit b80f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bookmark/chat/client_state/test_bookmark_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_bookmark_chatlas(page: Page, local_app: ShinyAppProc):
2121

2222
chat_controller.expect_messages("Welcome!\nTesting\nRepeater: Testing")
2323

24-
page.wait_for_url(re.compile(r".*\?.*"))
24+
page.wait_for_url(re.compile(r".*\?.*"), timeout=30 * 1000)
2525

2626
page.reload()
2727

0 commit comments

Comments
 (0)