fix(scripts): Increase tstest timeout from 30s to 240s in package.json test script

This commit is contained in:
2025-11-20 15:49:22 +00:00
parent 53aae6604f
commit 2378fb9570
3 changed files with 26 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 30)",
"test": "(tstest test/ --verbose --logfile --timeout 240)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},