Skip to content

Commit

Permalink
increase gas limit for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Aug 12, 2019
1 parent 79f5db1 commit b529233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ start_ganache() {
if [ "$SOLIDITY_COVERAGE" = true ]; then
npx ganache-cli-coverage --emitFreeLogs true --allowUnlimitedContractSize true --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
else
npx ganache-cli --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
npx ganache-cli --gasLimit 0xfffffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
fi

ganache_pid=$!
Expand Down

0 comments on commit b529233

Please sign in to comment.