Merge pull request #6126 from filecoin-project/reduce-miners-pay-channel-tests

fix testground payment channel tests: use 1 miner
This commit is contained in:
Łukasz Magiera 2021-04-29 18:30:41 +02:00 committed by GitHub
commit f036abdff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
[global] [global]
plan = "lotus-soup" plan = "lotus-soup"
case = "paych-stress" case = "paych-stress"
total_instances = 5 # 2 clients + 2 miners + 1 bootstrapper total_instances = 4 # 2 clients + 1 miners + 1 bootstrapper
builder = "docker:go" builder = "docker:go"
runner = "cluster:k8s" runner = "cluster:k8s"
@ -23,7 +23,7 @@
[global.run.test_params] [global.run.test_params]
clients = "2" clients = "2"
miners = "2" miners = "1"
genesis_timestamp_offset = "0" genesis_timestamp_offset = "0"
balance = "100" ## be careful, this is in FIL. balance = "100" ## be careful, this is in FIL.
sectors = "10" sectors = "10"
@ -44,7 +44,7 @@
[[groups]] [[groups]]
id = "miners" id = "miners"
instances = { count = 2 } instances = { count = 1 }
[groups.run.test_params] [groups.run.test_params]
role = "miner" role = "miner"
[groups.resources] [groups.resources]