Skip to content

Commit 8653240

Browse files
authored
Increase vitest timeout to 100 seconds (#402)
1 parent 3885c24 commit 8653240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/transformer.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe("v2-to-v3", () => {
5252

5353
expect(output.trim()).toEqual(outputCode.trim());
5454
},
55-
60000
55+
100000
5656
);
5757
});
5858
});

0 commit comments

Comments
 (0)