make composition.toml use local:exec; mine in present.

This commit is contained in:
Raúl Kripalani 2020-07-07 17:30:48 +01:00
parent 99b6bb324d
commit cb3697cb5a

View File

@ -6,8 +6,8 @@
plan = "lotus-soup"
case = "deals-e2e"
total_instances = 6
builder = "docker:go"
runner = "local:docker"
builder = "exec:go"
runner = "local:exec"
[global.build_config]
enable_go_build_cache = true
@ -21,10 +21,11 @@
[global.run.test_params]
clients = "3"
miners = "2"
genesis_timestamp_offset = "100000"
genesis_timestamp_offset = "0"
balance = "2000000000" ## be careful, this is in FIL.
sectors = "10"
random_beacon_type = "mock"
mining_mode = "natural"
[[groups]]
id = "bootstrapper"