Skip to content

Commit

Permalink
Add some time to allow miner to spool up.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Aug 9, 2023
1 parent 9971541 commit a636c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nodeos_eos_evm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def makeReservedEvmAddress(account):
cmd = "npm run mine"
Utils.Print("Launching: %s" % cmd)
eosEvmMinerPOpen=subprocess.Popen(cmd, stdout=outFile, stderr=errFile, shell=True, cwd=useMiner)
time.sleep(10) # let miner start up


Utils.Print("Transfer initial balances")
Expand Down

0 comments on commit a636c9e

Please sign in to comment.