diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-17 12:49:30 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-17 12:49:30 +0530 |
| commit | bf4557daf048f07f48a43978e153fda839c9eec2 (patch) | |
| tree | 0eeba99e7b1ebedba4550f10b2a6cee5c661377c /vitest.config.ts | |
| parent | 54fe5389e13c3ae62a27c414af03cc6d5a260837 (diff) | |
| download | aniwatch-api-bf4557daf048f07f48a43978e153fda839c9eec2.tar.xz aniwatch-api-bf4557daf048f07f48a43978e153fda839c9eec2.zip | |
test: increment testTimeout duration
Diffstat (limited to 'vitest.config.ts')
| -rw-r--r-- | vitest.config.ts | 2 |
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, }, }); |
