We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997fa28 commit e25edabCopy full SHA for e25edab
test/integration/installExtension.test.ts
@@ -91,5 +91,5 @@ describe("--install-extension", () => {
91
stdout: true,
92
})
93
expect(stdout).toContain(extName)
94
- })
+ }, 10000)
95
0 commit comments