Skip to content

Commit 1bca258

Browse files
committed
bump it to 8 secs to see if it is a timing issue
1 parent 126b41e commit 1bca258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bookmark/chat/chatlas/test_bookmark_chatlas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_bookmark_chatlas(page: Page, local_app: ShinyAppProc):
1313
chat_controller = Chat(page, "chat")
1414

1515
# adding the timeout to avoid webkit errors
16-
chat_controller.expect_messages("Welcome!", timeout=2000)
16+
chat_controller.expect_messages("Welcome!", timeout=8000)
1717

1818
chat_controller.set_user_input("Testing")
1919
chat_controller.send_user_input()

0 commit comments

Comments
 (0)