diff --git a/tests/nodeos_chainbase_allocation_test.py b/tests/nodeos_chainbase_allocation_test.py index cfc65f7197..23887dbfba 100755 --- a/tests/nodeos_chainbase_allocation_test.py +++ b/tests/nodeos_chainbase_allocation_test.py @@ -79,6 +79,9 @@ def isSetProdsBlockNumIrr(): producerNode.kill(signal.SIGTERM) + # wait for all blocks to arrive and be processed by irrNode + time.sleep(3) + # Create the snapshot and rename it to avoid name conflict later on res = irrNode.createSnapshot() beforeShutdownSnapshotPath = res["payload"]["snapshot_name"]