Resolve merge conflicts

This commit is contained in:
aya 2025-04-02 11:55:20 +02:00
parent d9835f1382
commit 82375a4459

View File

@ -188,7 +188,7 @@ func TestDiscv5PeerMeshCount(t *testing.T) {
Debug("Waiting for nodes to auto-connect via Discv5")
err = WaitForAutoConnection([]*WakuNode{node1, node2, node3})
require.NoError(t, err, "Nodes did not auto-connect within timeout")
time.Sleep(time.Second * 10)
time.Sleep(time.Second * 5)
Debug("Fetching number of peers in mesh for Node1 before stopping Node3")
peerCountBefore, err := node1.GetNumPeersInMesh(defaultPubsubTopic)