diff --git a/packages/gpx/package.json b/packages/gpx/package.json index 92a67c2..6ce1d39 100644 --- a/packages/gpx/package.json +++ b/packages/gpx/package.json @@ -8,7 +8,7 @@ "main": "./src/index.ts", "types": "./src/index.ts", "scripts": { - "test": "vitest run", + "test": "vitest run --testTimeout=20000", "lint": "eslint .", "typecheck": "tsc" },