Skip to content

Commit cef2492

Browse files
committed
test: stabilize mixed markdown list e2e
1 parent 39ca0ba commit cef2492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode-e2e/src/suite/markdown-lists.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ suite("Markdown List Rendering", function () {
150150
text: "Please create a list that has both numbered items and bullet points, mixing ordered and unordered lists",
151151
})
152152

153-
await waitUntilCompleted({ api, taskId })
153+
await waitUntilCompleted({ api, taskId, timeout: 60_000 })
154154

155155
// Find a message that contains both types of lists
156156
const listMessage = messages.find(

0 commit comments

Comments
 (0)