From 9cffde44032c37c47b373478ab0b15c19add35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Thu, 15 Aug 2024 18:21:22 +0200 Subject: [PATCH] chore(test): more limit to timeout --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 779fbced..1223b81d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "lint:fix": "eslint . --fix", - "test": "vitest run --test-timeout=20000", + "test": "vitest run --test-timeout=60000", "test:watch": "vitest watch" }, "dependencies": {