Skip to content

Commit 865c23b

Browse files
craig[bot]pav-kv
andcommitted
Merge #157087
157087: rangefeed: likely deflake TestRangefeedCatchupStarvation r=pav-kv a=pav-kv Resolves #157065 Co-authored-by: Pavel Kalinnikov <[email protected]>
2 parents 8ca1920 + f8b60e2 commit 865c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvclient/rangefeed/rangefeed_external_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ func TestRangefeedCatchupStarvation(t *testing.T) {
19801980
if len(seen) >= totalKeys {
19811981
return
19821982
}
1983-
case <-time.After(testutils.DefaultSucceedsSoonDuration):
1983+
case <-time.After(testutils.SucceedsSoonDuration()):
19841984
t.Fatal("test timed out")
19851985
}
19861986
}

0 commit comments

Comments
 (0)