Skip to content

Commit

Permalink
give some time for the bridge node to shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Nov 2, 2023
1 parent b4e21eb commit 193479e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/nodeos_eos_evm_ws_test_fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@ def makeReservedEvmAddress(account):

#verify that the non producing node is not alive (and populate the producer nodes with current getInfo data to report if
#an error occurs)
time.sleep(5.0) # give sometime for the nonProdNode to shutdown
if nonProdNode.verifyAlive():
Utils.errorExit("Expected the non-producing node to have shutdown.")

Expand Down

0 comments on commit 193479e

Please sign in to comment.