From cf446533adb4fde1301f0c74cd80e8607b57f47a Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Fri, 10 Jan 2025 15:49:33 -0600 Subject: [PATCH] GH-1091 Wait for 7 empty blocks before starting perf run. The bios node is shutdown right before. This allows stabilization if the bios node is the node that most nodes are getting blocks from. --- tests/PerformanceHarness/performance_test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PerformanceHarness/performance_test_basic.py b/tests/PerformanceHarness/performance_test_basic.py index 94670664f6..2aa9815183 100755 --- a/tests/PerformanceHarness/performance_test_basic.py +++ b/tests/PerformanceHarness/performance_test_basic.py @@ -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