提交 9747f7b3 编写于 作者: K Kevin Heifner

Increase allowed abi serialization time for slow test machines

上级 2bb11ec4
......@@ -129,7 +129,7 @@ class Cluster(object):
if self.staging:
cmdArr.append("--nogen")
nodeosArgs="--max-transaction-time 5000 --filter-on * --p2p-max-nodes-per-host %d" % (totalNodes)
nodeosArgs="--max-transaction-time 5000 --abi-serializer-max-time-ms 5000 --filter-on * --p2p-max-nodes-per-host %d" % (totalNodes)
if not self.walletd:
nodeosArgs += " --plugin eosio::wallet_api_plugin"
if self.enableMongo:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册