mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm: reduce nodes for dec_inc_node_count
This commit is contained in:
parent
203fe7898a
commit
b8a3792395
1 changed files with 4 additions and 4 deletions
|
|
@ -150,14 +150,14 @@ func TestSwarmNetwork(t *testing.T) {
|
||||||
{
|
{
|
||||||
name: "dec_inc_node_count",
|
name: "dec_inc_node_count",
|
||||||
steps: []testSwarmNetworkStep{
|
steps: []testSwarmNetworkStep{
|
||||||
{
|
|
||||||
nodeCount: 5,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
nodeCount: 3,
|
nodeCount: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
nodeCount: 10,
|
nodeCount: 1,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
nodeCount: 5,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options: &testSwarmNetworkOptions{
|
options: &testSwarmNetworkOptions{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue