From b8a37923957c124a587968c04da7385196d62840 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Mon, 8 Oct 2018 19:59:11 +0200 Subject: [PATCH] swarm: reduce nodes for dec_inc_node_count --- swarm/network_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swarm/network_test.go b/swarm/network_test.go index 0b57fab333..aab1c05099 100644 --- a/swarm/network_test.go +++ b/swarm/network_test.go @@ -150,14 +150,14 @@ func TestSwarmNetwork(t *testing.T) { { name: "dec_inc_node_count", steps: []testSwarmNetworkStep{ - { - nodeCount: 5, - }, { nodeCount: 3, }, { - nodeCount: 10, + nodeCount: 1, + }, + { + nodeCount: 5, }, }, options: &testSwarmNetworkOptions{