Skip to content

Commit

Permalink
This may fix timeouts?
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Penta committed Oct 1, 2021
1 parent 2e4969d commit e2428be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"build:ERC1400TokensValidator": "sol-merger \"./contracts/extensions/tokenExtensions/ERC1400TokensValidator.sol\" ./artifacts",
"build": "yarn run clean && yarn run build:ERC1400 && yarn run build:ERC1400TokensValidator && yarn run build:ERC1400HoldableCertificateNonceToken && yarn run build:ERC1400HoldableCertificateSaltToken && yarn run build:DVPHoldableLockable",
"clean": "rm -rf artifacts",
"coverage": "yarn truffle run coverage",
"coverage": "yarn truffle run coverage --network coverage",
"env": "node setup.js",
"lint": "eslint ./migrations ./test ",
"lint:fix": "eslint ./test ./migrations --fix",
Expand Down
3 changes: 2 additions & 1 deletion truffle-config.js
Expand Up @@ -40,7 +40,8 @@ module.exports = {
network_id: '*', // eslint-disable-line camelcase
port: 8555,
gas: 0xfffffffffff,
gasPrice: 0x01
gasPrice: 0x01,
disableConfirmationListener: true,
},
ganache: {
host: 'localhost',
Expand Down

0 comments on commit e2428be

Please sign in to comment.