Skip to content

Commit

Permalink
GH-3 Add vote-threads to all nodes so bridge nodes process votes
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 16, 2024
1 parent 166a580 commit 83434d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestHarness/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ def launch(self, pnodes=1, unstartedNodes=0, totalNodes=1, prodCount=21, topo="m
if self.staging:
argsArr.append("--nogen")
nodeosArgs=""
if "--vote-threads" not in extraNodeosArgs:
nodeosArgs += " --vote-threads 3"
if "--max-transaction-time" not in extraNodeosArgs:
nodeosArgs += " --max-transaction-time -1"
if "--abi-serializer-max-time-ms" not in extraNodeosArgs:
Expand Down

0 comments on commit 83434d1

Please sign in to comment.