Skip to content

Commit

Permalink
GH-2175 Revert unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Feb 2, 2024
1 parent bd076de commit 62bf105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ship_streamer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ def getLatestSnapshot(nodeId):
assert status is not None and status is not False, "ERROR: Failed to spinup Transaction Generators"

prodNode0.waitForProducer("defproducerc")
prodNode0.waitForProducer("defproducera")

block_range = 450
block_range = 350
end_block_num = start_block_num + block_range

shipClient = "tests/ship_streamer"
Expand Down

0 comments on commit 62bf105

Please sign in to comment.