Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Dec 3, 2024
1 parent ff06488 commit 7e5c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_eos_evm_brownietest.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def toDict(dictToParse):
shipNodeNum = total_nodes - 1
specificExtraNodeosArgs[shipNodeNum]="--plugin eosio::state_history_plugin --state-history-endpoint 127.0.0.1:8999 --trace-history --chain-state-history --disable-replay-opts "

extraNodeosArgs="--contracts-console --resource-monitor-not-shutdown-on-threshold-exceeded"
extraNodeosArgs="--contracts-console --resource-monitor-not-shutdown-on-threshold-exceeded --transaction-retry-max-storage-size-gb 1"

Print("Stand up cluster")
if cluster.launch(pnodes=pnodes, totalNodes=total_nodes, extraNodeosArgs=extraNodeosArgs, specificExtraNodeosArgs=specificExtraNodeosArgs,loadSystemContract=False,activateIF=True,delay=5) is False:
Expand Down

0 comments on commit 7e5c315

Please sign in to comment.