Skip to content

Commit

Permalink
test: increment testTimeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Dec 17, 2024
1 parent 54fe538 commit bf4557d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export default defineConfig({
test: {
name: "aniwatch-api",
environment: "node",
testTimeout: 6000,
testTimeout: 15000,
},
});

0 comments on commit bf4557d

Please sign in to comment.