Skip to content

Commit e25edab

Browse files
committed
increase timeout
1 parent 997fa28 commit e25edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/installExtension.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ describe("--install-extension", () => {
9191
stdout: true,
9292
})
9393
expect(stdout).toContain(extName)
94-
})
94+
}, 10000)
9595
})

0 commit comments

Comments
 (0)