From 17c5cb9bece1c5fcf43ebb73ee136a064f92bf8e Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Thu, 10 Aug 2023 12:41:44 +0200 Subject: [PATCH] chore(types): increase tap test timeout (#2043) --- packages/types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"