Skip to content

Commit

Permalink
Merge pull request sphinx-labs#1630 from sphinx-labs/sg/timeout
Browse files Browse the repository at this point in the history
maint(demo): bump timeout for demo tests
  • Loading branch information
sam-goldman authored Apr 9, 2024
2 parents 41c222a + af6235e commit 9583307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-tools-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/demo': patch
---

Bump timeout for demo tests
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:contracts": "forge build",
"clean": "rimraf dist/ ./tsconfig.tsbuildinfo",
"test:coverage": "apt install lsof && yarn test",
"test": "npx mocha --require ts-node/register --timeout 500000 'test/**/*.ts'",
"test": "npx mocha --require ts-node/register --timeout 800000 'test/**/*.ts'",
"lint": "yarn lint:fix && yarn lint:check",
"lint:check": "yarn lint:ts:check",
"lint:fix": "yarn lint:ts:fix",
Expand Down

0 comments on commit 9583307

Please sign in to comment.