Skip to content

Commit

Permalink
fix: possible test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed May 10, 2024
1 parent 07fcb77 commit d0f3a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/filter/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (s *FilterTestSuite) GetWakuRelay(topic string) FullNodeData {
host, err := tests.MakeHost(context.Background(), port, rand.Reader)
s.Require().NoError(err)

relay := relay.NewWakuRelay(broadcaster, 0, timesource.NewDefaultClock(), prometheus.DefaultRegisterer, s.Log)
relay := relay.NewWakuRelay(broadcaster, 0, timesource.NewDefaultClock(), prometheus.DefaultRegisterer, s.Log, relay.WithMaxMsgSize(1024*1024))
relay.SetHost(host)

err = relay.Start(context.Background())
Expand Down

0 comments on commit d0f3a10

Please sign in to comment.