Skip to content

Commit

Permalink
Increase sleep time for syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 26, 2023
1 parent ad13c15 commit 7f679fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/leap/nodeos_eos_evm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def makeReservedEvmAddress(account):
Utils.Print("Launching: %s" % cmd)
evmNodePOpen=Utils.delayedCheckOutput(cmd, stdout=outFile, stderr=errFile)

time.sleep(10) # allow time to sync trxs
time.sleep(30) # allow time to sync trxs

# Validate all balances are the same on both sides
rows=prodNode.getTable(evmAcc.name, evmAcc.name, "account")
Expand Down

0 comments on commit 7f679fe

Please sign in to comment.