Skip to content

Commit

Permalink
GH-3 Use same value as default for producer
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 18, 2024
1 parent 955a72a commit 4a759b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestHarness/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def launch(self, pnodes=1, unstartedNodes=0, totalNodes=1, prodCount=21, topo="m
argsArr.append("--nogen")
nodeosArgs=""
if "--vote-threads" not in extraNodeosArgs:
nodeosArgs += " --vote-threads 3"
nodeosArgs += " --vote-threads 4"
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 4a759b3

Please sign in to comment.