Skip to content

Commit 91c6b31

Browse files
authored
(pref) increase timeout
1 parent 319c8cf commit 91c6b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-server/test/plugins/typescript/typescript-performance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ describe('TypeScript Plugin Performance Tests', () => {
5151
const end = performance.now();
5252

5353
console.log(`Performance test took ${end - start}ms`);
54-
}).timeout(10000);
54+
}).timeout(15000);
5555
});

0 commit comments

Comments
 (0)