We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359900c commit 53421e0Copy full SHA for 53421e0
tests/playwright/shiny/bookmark/chat/client_state/test_bookmark_chat.py
@@ -6,8 +6,8 @@
6
from shiny.playwright.controller import Chat
7
from shiny.run import ShinyAppProc
8
9
-
10
-@pytest.mark.flaky(reruns=3, reruns_delay=1)
+# Up to 5 retries for intermittent WebKit timing issues
+@pytest.mark.flaky(reruns=5, reruns_delay=1)
11
def test_bookmark_chat(page: Page, local_app: ShinyAppProc):
12
13
page.goto(local_app.url)
0 commit comments