Skip to content

Commit

Permalink
test: add even more time for single message
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Nov 16, 2023
1 parent 79dc035 commit 0d6bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (s *FilterTestSuite) waitForMessages(fn func(), subs []*subscription.Subscr
if matchOneOfManyMsg(received, expected) {
found++
}
case <-time.After(2 * time.Second):
case <-time.After(4 * time.Second):

case <-s.ctx.Done():
s.Require().Fail("test exceeded allocated time")
Expand Down

0 comments on commit 0d6bb06

Please sign in to comment.