Skip to content

Commit

Permalink
GH-1091 Wait for 7 empty blocks before starting perf run. The bios no…
Browse files Browse the repository at this point in the history
…de is shutdown right before. This allows stabilization if the bios node is the node that most nodes are getting blocks from.
  • Loading branch information
heifner committed Jan 10, 2025
1 parent 843e3d3 commit cf44653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PerformanceHarness/performance_test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def __init__(self, testHelperConfig: TestHelperConfig=TestHelperConfig(), cluste

Utils.Debug = self.testHelperConfig.verbose
self.errorExit = Utils.errorExit
self.emptyBlockGoal = 1
self.emptyBlockGoal = 7

self.testStart = datetime.utcnow()
self.testEnd = self.testStart
Expand Down

0 comments on commit cf44653

Please sign in to comment.