Skip to content

Commit

Permalink
Fix deploy docs (#1052)
Browse files Browse the repository at this point in the history
* Fix deploy docs

* Increase timeout
  • Loading branch information
boundless-forest authored May 9, 2023
1 parent 6afd9a4 commit 451d4fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"repository": "https://github.com/paritytech/frontier",
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build ."
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build ."
},
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ts-tests/tests/test-contract-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describeWithFrontier("Frontier RPC (Contract)", (context) => {
});

it("SSTORE cost should properly take into account transaction initial value", async function () {
this.timeout(5000);
this.timeout(15000);

let nonce = await context.web3.eth.getTransactionCount(GENESIS_ACCOUNT);

Expand Down

0 comments on commit 451d4fd

Please sign in to comment.