update composition-natural.toml

This commit is contained in:
vyzo 2020-06-29 20:06:38 +03:00
parent 79246e6ee9
commit 6b44e6d0d8

View File

@ -12,6 +12,14 @@
[global.build_config]
enable_go_build_cache = true
[global.run.test_params]
clients = "3"
miners = "2"
genesis_timestamp_offset = "100000"
balance = "2000000000"
sectors = "10"
random_beacon_type = "mock"
[[groups]]
id = "bootstrapper"
[groups.instances]
@ -20,11 +28,6 @@
[groups.run]
[groups.run.test_params]
role = "bootstrapper"
clients = "3"
miners = "2"
balance = "2000000000"
sectors = "10"
random_beacon_type = "mock"
[[groups]]
id = "miners"
@ -34,14 +37,8 @@
[groups.run]
[groups.run.test_params]
role = "miner"
clients = "3"
miners = "2"
balance = "2000000000"
sectors = "10"
random_beacon_type = "mock"
mining_mode = "natural"
[[groups]]
id = "clients"
[groups.instances]
@ -50,8 +47,3 @@
[groups.run]
[groups.run.test_params]
role = "client"
clients = "3"
miners = "2"
balance = "2000000000"
sectors = "10"
random_beacon_type = "mock"