Skip to content

Commit 07effe5

Browse files
committed
comment
1 parent 1033464 commit 07effe5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/verifier/change_stream_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,8 @@ func (suite *IntegrationTestSuite) TestChangeStreamLag() {
345345
100*time.Millisecond,
346346
)
347347

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

0 commit comments

Comments
 (0)