add mining_mode to deals-e2e test case
This commit is contained in:
parent
1623917bc4
commit
740741b129
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user