Skip to content

Commit

Permalink
tests: custom recipe tweaks (#5869)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Dec 14, 2023
1 parent b5ad8d0 commit ec60b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def build_net(template_path, netgoal_params):
def build_genesis(template_path, netgoal_params, template_dict):
args = [
'-t', 'genesis',
'--last-part-key-round', str(100_000),
'-o', f"{template_path}/generated/genesis.json"
]
args.extend(netgoal_params)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"EnableMetrics": true,
"MetricsURI": "{{MetricsURI}}",
"ConfigJSONOverride": "{ \"TxPoolExponentialIncreaseFactor\": 1, \"DNSBootstrapID\": \"<network>.algodev.network\", \"DeadlockDetection\": -1, \"PeerPingPeriodSeconds\": 30, \"EnableAgreementReporting\": true, \"EnableAgreementTimeMetrics\": true, \"EnableAssembleStats\": true, \"EnableProcessBlockStats\": true, \"BaseLoggerDebugLevel\": 4, \"EnableProfiler\": true, \"EnableRuntimeMetrics\": true, \"CadaverSizeTarget\": 0 }",
"FractionApply": 0.01
"FractionApply": 0.1
}
]
}
Expand Down

0 comments on commit ec60b11

Please sign in to comment.