swarm/storage: fix test timeout with -race by increasing mget timeout
(cherry picked from commit 1c3aa8d9b1
)
This commit is contained in:
committed by
Rafael Matias
parent
333b1bfb6c
commit
3c62cc6bba
@@ -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
|
||||
|
Reference in New Issue
Block a user