Skip to content

Commit

Permalink
packages:js:increase-timeout-for-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Voldemat committed Nov 13, 2023
1 parent 2b5ae78 commit 0101120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint --ext=ts .",
"lint:fix": "eslint --fix --ext=ts .",
"test": "jest",
"test:coverage": "jest --coverage --timeout=10000",
"test:coverage": "jest --coverage --timeout=20000",
"schema:update": "cp -r ../../schema/* ./src/schema/",
"schema:validate": "if test $(npm run --silent schema:global:hash) = $(npm run --silent schema:hash);then echo 'Schema is up to date'; exit 0; else echo 'Schema is outdated'; exit 1; fi",
"schema:hash": "find ./src/schema/* -type f -print0 | sort -z | xargs -0 sha1sum | cut -d \" \" -f 1 | sha1sum | cut -d \" \" -f 1",
Expand Down

0 comments on commit 0101120

Please sign in to comment.