test: force cluster-id 15

This commit is contained in:
Richard Ramos 2024-12-04 08:58:00 -04:00
parent 46c46989de
commit e3a270df40
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -124,6 +124,7 @@ var DefaultWakuNodeOptions = []WakuNodeOption{
WithPrometheusRegisterer(prometheus.NewRegistry()),
WithMaxPeerConnections(50),
WithCircuitRelayParams(2*time.Second, 3*time.Minute),
WithClusterID(15),
}
// MultiAddresses return the list of multiaddresses configured in the node