Skip to content

Commit b529233

Browse files
committed
increase gas limit for coverage
1 parent 79f5db1 commit b529233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ start_ganache() {
4949
if [ "$SOLIDITY_COVERAGE" = true ]; then
5050
npx ganache-cli-coverage --emitFreeLogs true --allowUnlimitedContractSize true --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
5151
else
52-
npx ganache-cli --gasLimit 0xfffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
52+
npx ganache-cli --gasLimit 0xfffffffffffff --port "$ganache_port" "${accounts[@]}" > /dev/null &
5353
fi
5454

5555
ganache_pid=$!

0 commit comments

Comments
 (0)