Skip to content

Commit ece58f7

Browse files
committed
bump timeout to 30 secs :(
1 parent 35dbc75 commit ece58f7

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".*\?.*"), timeout=2) # Wait up to 2 seconds
24+
page.wait_for_url(re.compile(r".*\?.*"), timeout=30 * 1000) # Wait up to 30 seconds
2525

2626
page.reload()
2727

0 commit comments

Comments
 (0)