Skip to content

Commit 800d03c

Browse files
committed
default is 30 seconds, duh
1 parent ece58f7 commit 800d03c

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

2626
page.reload()
2727

0 commit comments

Comments
 (0)