Skip to content

Commit

Permalink
fix(ci): Increase timeout for gh action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Oct 30, 2021
1 parent 607bda9 commit dbd8744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clean": "rimraf dist fixtures/*/routes.ts fixtures/*/customRoutes.ts",
"pretest": "yarn clean && cross-env NODE_ENV=tsoa_test ts-node --require tsconfig-paths/register ./prepare.ts",
"loading-msg-for-tests": "echo '... starting a test run to ensure quality. Note this takes some time as tests do not run in parallel (by design) ...' ",
"test": "node ../ensureYarn.js && tsc -b tsconfig.build.json && yarn loading-msg-for-tests && cross-env NODE_ENV=tsoa_test mocha '**/*.spec.ts' --exit --require ts-node/register --require tsconfig-paths/register --timeout 5000",
"test": "node ../ensureYarn.js && tsc -b tsconfig.build.json && yarn loading-msg-for-tests && cross-env NODE_ENV=tsoa_test mocha '**/*.spec.ts' --exit --require ts-node/register --require tsconfig-paths/register --timeout 10000",
"tsc": "tsc -b"
},
"author": "Luke Autry <[email protected]> (http://www.lukeautry.com)",
Expand Down

0 comments on commit dbd8744

Please sign in to comment.