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