swarm/storage: fix test timeout with -race by increasing mget timeout

This commit is contained in:
Ferenc Szabo
2019-02-05 14:34:34 +01:00
committed by Anton Evangelatov
parent f413a3dbb2
commit 1c3aa8d9b1
2 changed files with 3 additions and 5 deletions

View File

@@ -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