diff --git a/packages/types/package.json b/packages/types/package.json index a7346daf59..469391d08d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -7,7 +7,7 @@ ], "license": "MPL-2.0", "scripts": { - "test": "tap --ts --no-coverage --color test/**/*.test.ts", + "test": "tap --ts --no-coverage --color --timeout 60 test/**/*.test.ts", "build": "typescript-json-schema ./tsconfig.schema.json \"TestScript\" --required --noExtraProps -o ./schema.json", "prepare": "npm run build", "prepublishOnly": "npm run build && npm test"