aboutsummaryrefslogtreecommitdiff
path: root/vitest.config.ts
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-17 12:49:30 +0530
committerRitesh Ghosh <[email protected]>2024-12-17 12:49:30 +0530
commitbf4557daf048f07f48a43978e153fda839c9eec2 (patch)
tree0eeba99e7b1ebedba4550f10b2a6cee5c661377c /vitest.config.ts
parent54fe5389e13c3ae62a27c414af03cc6d5a260837 (diff)
downloadaniwatch-api-bf4557daf048f07f48a43978e153fda839c9eec2.tar.xz
aniwatch-api-bf4557daf048f07f48a43978e153fda839c9eec2.zip
test: increment testTimeout duration
Diffstat (limited to 'vitest.config.ts')
-rw-r--r--vitest.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/vitest.config.ts b/vitest.config.ts
index 9b2eb0f..eb949e4 100644
--- a/vitest.config.ts
+++ b/vitest.config.ts
@@ -4,6 +4,6 @@ export default defineConfig({
test: {
name: "aniwatch-api",
environment: "node",
- testTimeout: 6000,
+ testTimeout: 15000,
},
});