提交 e25b3d09 编写于 作者: K Kevin Heifner

Increase --abi-serializer-max-time-ms for slow test machines

上级 2dcde59a
......@@ -1492,7 +1492,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.
先完成此消息的编辑!
想要评论请 注册