Skip to content

Commit

Permalink
Increased timeout for abi serialization. GH EOSIO#5199
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnson5972 committed Aug 14, 2018
1 parent 5f86fea commit 6bd422e
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 6bd422e

Please sign in to comment.