diff --git a/packages/api/package.json b/packages/api/package.json index 8e4a08657..1e5fe24c5 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -8,7 +8,7 @@ "start": "node dist/server.js", "lint": "eslint src --ext ts,js,tsx,jsx", "lint:fix": "eslint src --fix --ext ts,js,tsx,jsx", - "test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 10000" + "test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 20000" }, "dependencies": { "@elastic/elasticsearch": "~7.12.0",