add genesis_timestamp_offset to drand-halting testcase

This commit is contained in:
Yusef Napora 2020-06-30 10:22:23 -04:00
parent e14b716643
commit 4ac2de1ee5

View File

@ -53,6 +53,8 @@ instances = { min = 1, max = 100, default = 5 }
balance = { type = "int", default = 1 }
sectors = { type = "int", default = 1 }
role = { type = "string" }
genesis_timestamp_offset = { type = "int", default = 0 }
random_beacon_type = { type = "enum", default = "local-drand", options = ["mock", "local-drand", "external-drand"] }