From 740741b129d92af55a699b7162d68e917abf73a9 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 2 Jul 2020 14:13:39 +0200 Subject: [PATCH] add mining_mode to deals-e2e test case --- lotus-soup/manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lotus-soup/manifest.toml b/lotus-soup/manifest.toml index 7275406c1..d43c42627 100644 --- a/lotus-soup/manifest.toml +++ b/lotus-soup/manifest.toml @@ -42,6 +42,7 @@ instances = { min = 1, max = 100, default = 5 } # Params relevant to pubsub tracing enable_pubsub_tracer = { type = "bool", default = false } + mining_mode = { type = "enum", default = "synchronized", options = ["synchronized", "natural"] } [[testcases]] name = "drand-halting"