test: increment testTimeout duration

This commit is contained in:
Ritesh Ghosh
2024-12-17 12:49:30 +05:30
parent 54fe5389e1
commit bf4557daf0
+1 -1
View File
@@ -4,6 +4,6 @@ export default defineConfig({
test: { test: {
name: "aniwatch-api", name: "aniwatch-api",
environment: "node", environment: "node",
testTimeout: 6000, testTimeout: 15000,
}, },
}); });