Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f9dc48

Browse files
committedJun 22, 2022
fizup: increase timeout
1 parent d28c394 commit 6f9dc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/integration/installExtension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ describe("--install-extension", () => {
1818
stdout: "log",
1919
})
2020
expect(stdout).toContain(extName)
21-
}, 10000)
21+
}, 20000)
2222
})

0 commit comments

Comments
 (0)
Please sign in to comment.