Skip to content

Commit

Permalink
chore:increase test-time for autoshard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Sep 11, 2023
1 parent 30f7191 commit ced8c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions waku/v2/protocol/filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ func (s *FilterTestSuite) TestAutoShard() {
// Stop what is run in setup
s.fullNode.Stop()
s.lightNode.Stop()
ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) // Test can't exceed 10 seconds
s.ctx = ctx
s.ctxCancel = cancel

cTopic1Str := "0/test/1/testTopic/proto"
cTopic1, err := protocol.StringToContentTopic(cTopic1Str)
Expand Down

0 comments on commit ced8c0c

Please sign in to comment.