diff options
author | Ferenc Szabo <frncmx@gmail.com> | 2019-02-05 21:34:34 +0800 |
---|---|---|
committer | Anton Evangelatov <anton.evangelatov@gmail.com> | 2019-02-05 21:34:34 +0800 |
commit | 1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d (patch) | |
tree | ec3ac91a35c10c6636663b6a704acb0974462d3a /swarm/network/simulations | |
parent | f413a3dbb2e674175da3a5b06ef1e88bad0ad02a (diff) | |
download | go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar.gz go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar.bz2 go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar.lz go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar.xz go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.tar.zst go-tangerine-1c3aa8d9b12d6104ccddecc1711bc6be2f5b269d.zip |
swarm/storage: fix test timeout with -race by increasing mget timeout
Diffstat (limited to 'swarm/network/simulations')
-rw-r--r-- | swarm/network/simulations/discovery/discovery_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
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 |