Skip to content

Commit

Permalink
test: extend timeout for TestLargePayloadsUTF8
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Nov 15, 2023
1 parent 0676882 commit f2cdf58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waku/v2/protocol/filter/filter_push_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package filter

import (
"context"
"github.com/waku-org/go-waku/tests"
"go.uber.org/zap"
"strconv"
"time"
)

func (s *FilterTestSuite) TestValidPayloadsASCII() {
Expand Down Expand Up @@ -116,6 +118,8 @@ func (s *FilterTestSuite) TestValidPayloadsSQL() {

func (s *FilterTestSuite) TestLargePayloadsUTF8() {

s.ctx, s.ctxCancel = context.WithTimeout(context.Background(), 20*time.Second)

// Subscribe
s.subDetails = s.subscribe(s.testTopic, s.testContentTopic, s.fullNodeHost.ID())

Expand Down

0 comments on commit f2cdf58

Please sign in to comment.