Skip to content

Commit

Permalink
Bump test timeout for intellisense
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Jul 26, 2024
1 parent 9a4d09b commit 6265baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/intellisense.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe("intellisense", () => {
tsServer = undefined as any;
});

it("callsQueryAcceptsObject", { timeout: 10_000 }, async () => {
it("callsQueryAcceptsObject", { timeout: 20_000 }, async () => {
const { resp } = await tsServer.sendQuickInfoRequest({
file: intellisenseFilePath,
line: 27,
Expand Down

0 comments on commit 6265baa

Please sign in to comment.