Skip to content

Commit

Permalink
fix(test): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 16, 2024
1 parent dfc40c9 commit 9d976d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"lint": "nr check && eslint --cache .",
"format": "eslint --cache --fix .",
"test": "vitest --typecheck",
"test": "vitest --typecheck --testTimeout 150000",
"check": "nr tsc --noEmit",
"release": "nr test && bumpp",
"publish": "nr publish:prepare && nr test && nlx jsr publish --allow-dirty",
Expand Down
1 change: 0 additions & 1 deletion packages/unplugin-typia/tests/vite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ for (const id of await getFixtureIDs()) {
await expect(code).toMatchFileSnapshot(snapshot);
await $`node ${snapshot}`;
},
{ timeout: 15_000 },
);
}

0 comments on commit 9d976d3

Please sign in to comment.