Skip to content

Commit 53421e0

Browse files
committed
Bump from 3 -> 5
1 parent 359900c commit 53421e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/shiny/bookmark/chat/client_state/test_bookmark_chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from shiny.playwright.controller import Chat
77
from shiny.run import ShinyAppProc
88

9-
10-
@pytest.mark.flaky(reruns=3, reruns_delay=1)
9+
# Up to 5 retries for intermittent WebKit timing issues
10+
@pytest.mark.flaky(reruns=5, reruns_delay=1)
1111
def test_bookmark_chat(page: Page, local_app: ShinyAppProc):
1212

1313
page.goto(local_app.url)

0 commit comments

Comments
 (0)