提交 94d08370 编写于 作者: B Brian Johnson

Prevent transaction time constraints from interferring with integration tests. GH #5199

上级 1fbd885a
......@@ -135,7 +135,7 @@ class Cluster(object):
if self.staging:
cmdArr.append("--nogen")
nodeosArgs="--max-transaction-time 50000 --abi-serializer-max-time-ms 990000 --filter-on * --p2p-max-nodes-per-host %d" % (totalNodes)
nodeosArgs="--max-transaction-time 990000 --abi-serializer-max-time-ms 990000 --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.
先完成此消息的编辑!
想要评论请 注册