diff options
Diffstat (limited to 'swarm/network_test.go')
-rw-r--r-- | swarm/network_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/network_test.go b/swarm/network_test.go index 0b57fab33..aab1c0509 100644 --- a/swarm/network_test.go +++ b/swarm/network_test.go @@ -151,13 +151,13 @@ func TestSwarmNetwork(t *testing.T) { name: "dec_inc_node_count", steps: []testSwarmNetworkStep{ { - nodeCount: 5, + nodeCount: 3, }, { - nodeCount: 3, + nodeCount: 1, }, { - nodeCount: 10, + nodeCount: 5, }, }, options: &testSwarmNetworkOptions{ |