Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Dec 11, 2024
1 parent 1033464 commit 07effe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/verifier/change_stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ func (suite *IntegrationTestSuite) TestChangeStreamLag() {
100*time.Millisecond,
)

// NB: The lag will include whatever time elapsed above before
// verifier read the event, so it can be several seconds.
suite.Assert().Less(
verifier.srcChangeStreamReader.GetLag().MustGet(),
10*time.Minute,
Expand Down

0 comments on commit 07effe5

Please sign in to comment.