Skip to content

Commit 35dbc75

Browse files
committed
bump it to 30 secs
1 parent 1bca258 commit 35dbc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def test_bookmark_chatlas(page: Page, local_app: ShinyAppProc):
1212

1313
chat_controller = Chat(page, "chat")
1414

15-
# adding the timeout to avoid webkit errors
16-
chat_controller.expect_messages("Welcome!", timeout=8000)
15+
# Add timeout to potentially avoid WebKit flakiness in CI
16+
chat_controller.expect_messages("Welcome!", timeout=30 * 1000) # 30 seconds
1717

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

0 commit comments

Comments
 (0)