Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5230 from brianjohnson5972/5199-prevent-abi-timeout
Browse files Browse the repository at this point in the history
Prevent ABI Timeout
  • Loading branch information
heifner authored Aug 14, 2018
2 parents bfed3b8 + 6bd422e commit 03cc35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def launch(self, pnodes=1, totalNodes=1, prodCount=1, topo="mesh", p2pPlugin="ne
if self.staging:
cmdArr.append("--nogen")

nodeosArgs="--max-transaction-time 50000 --abi-serializer-max-time-ms 50000 --filter-on * --p2p-max-nodes-per-host %d" % (totalNodes)
nodeosArgs="--max-transaction-time 50000 --abi-serializer-max-time-ms 65000 --filter-on * --p2p-max-nodes-per-host %d" % (totalNodes)
if not self.walletd:
nodeosArgs += " --plugin eosio::wallet_api_plugin"
if self.enableMongo:
Expand Down

0 comments on commit 03cc35f

Please sign in to comment.