Skip to content

Commit 6e86b36

Browse files
committed
See error
1 parent 2f75a90 commit 6e86b36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/playwright/shiny/session/flush/test_on_flush.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ def test_output_image_kitchen(page: Page, local_app: ShinyAppProc) -> None:
2525
local_app.close()
2626

2727
# Wait up to 3 seconds for the app to close and print the logs. (Should be ~ instant)
28-
local_app.stdout.wait_for(lambda x: "test4" in x, 3)
28+
local_app.stdout.wait_for(lambda x: "test4" in x, 10)
2929
stdout = str(local_app.stdout)
30+
print(stdout)
3031
out_indexes = [
3132
stdout.index("session ended - sync - test1"),
3233
stdout.index("session ended - async - test2"),

0 commit comments

Comments
 (0)