From 3c62cc6bba7ccc1f6f646cb575c57f7b04da3507 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Tue, 5 Feb 2019 14:34:34 +0100 Subject: swarm/storage: fix test timeout with -race by increasing mget timeout (cherry picked from commit 1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d) --- swarm/network/simulations/discovery/discovery_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'swarm/network') diff --git a/swarm/network/simulations/discovery/discovery_test.go b/swarm/network/simulations/discovery/discovery_test.go index e695bc4ac..86aa6f6dd 100644 --- a/swarm/network/simulations/discovery/discovery_test.go +++ b/swarm/network/simulations/discovery/discovery_test.go @@ -362,9 +362,6 @@ func discoveryPersistenceSimulation(nodes, conns int, adapter adapters.NodeAdapt return fmt.Errorf("error getting node string %s", err) } log.Info(nodeStr) - for _, a := range addrs { - log.Info(common.Bytes2Hex(a)) - } if !healthy.ConnectNN || healthy.CountKnowNN == 0 { isHealthy = false break -- cgit v1.2.3