diff --git a/package.json b/package.json index fa7d8c6f..61cd6681 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "jest": "npx jest", "start": "cds watch fiori", "test": "npm run jest -- --silent", - "test:mocha": "npx mocha --timeout 10000", + "test:mocha": "npx mocha --timeout 20000", "test:hello": "cd hello && npm test" }, "jest": {