Skip to content

Commit 42f1b05

Browse files
committed
test(lsp): increase timeout for consistent cov
1 parent 98f8672 commit 42f1b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function run(): Promise<void> {
2222

2323
try {
2424
// Run the mocha test
25-
mocha.timeout(300000);
25+
mocha.timeout(900000);
2626
mocha.run(failures => {
2727
if (failures > 0) {
2828
e(new Error(`${failures} tests failed.`));

0 commit comments

Comments
 (0)