Skip to content

Commit

Permalink
fix miner
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Dec 5, 2024
1 parent b2645c5 commit 5106a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nodeos_eos_evm_brownietest.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def toDict(dictToParse):
Utils.Print("Launching: %s" % cmd)
cmdArr=shlex.split(cmd)
eosEvmMinerPOpen=subprocess.Popen(cmdArr, cwd=useMiner)
time.sleep(10.0) # wait for miner's gasprice updated
else:
assert False, "useMiner must be set"

Expand Down

0 comments on commit 5106a69

Please sign in to comment.