Fix failed test on travis
* Change gas limt to 6000000 * Change ganache container compose file
This commit is contained in:
parent
07f730d8ce
commit
234b1e695f
@ -6,4 +6,4 @@ RUN npm install -g ganache-cli
|
||||
|
||||
EXPOSE 8545
|
||||
|
||||
CMD ganache-cli --hostname=0.0.0.0
|
||||
CMD ganache-cli -g 0 -l 6000000 --hostname=0.0.0.0
|
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ganache-cli -g 0 -l 0 > /dev/null &
|
||||
ganache-cli -g 0 -l 6000000 > /dev/null &
|
||||
ganachecli_pid=$!
|
||||
echo "Start ganache-cli pid: $ganachecli_pid and sleep 3 seconds"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user