Skip to content

Commit

Permalink
Fix flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Jul 11, 2022
1 parent ebd3288 commit 8fc32b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/relay.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func SubscribeExpect(t *testing.T, envC chan *protocol.Envelope, msgs []*pb.Waku
if len(receivedMsgs) == len(msgs) {
done = true
}
case <-time.After(500 * time.Millisecond):
case <-time.After(2 * time.Second):
done = true
}
}
Expand Down

0 comments on commit 8fc32b0

Please sign in to comment.