diff --git a/storage/memorybysubnet/peer_store_test.go b/storage/memorybysubnet/peer_store_test.go index 83eed42..b2edcaf 100644 --- a/storage/memorybysubnet/peer_store_test.go +++ b/storage/memorybysubnet/peer_store_test.go @@ -14,6 +14,7 @@ func createNew() s.PeerStore { PeerLifetime: 30 * time.Minute, PreferredIPv4SubnetMaskBitsSet: 31, PreferredIPv6SubnetMaskBitsSet: 64, + PrometheusReportingInterval: 10 * time.Minute, }) if err != nil { panic(err)