Skip to content

Commit 7e108cd

Browse files
committed
Adding even more time
1 parent dea85c8 commit 7e108cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/MarkdownStream/basic/test_stream_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_validate_stream_basic(page: Page, local_app: ShinyAppProc) -> None:
2929
page.goto(local_app.url)
3030

3131
stream = page.locator("#shiny_readme")
32-
expect(stream).to_be_visible(timeout=30 * 100000)
32+
expect(stream).to_be_visible(timeout=30 * 1000000)
3333
expect(stream).to_contain_text("pip install shiny")
3434

3535
# Check that the card body container (the parent of the markdown stream) is scrolled

0 commit comments

Comments
 (0)