Skip to content

Commit

Permalink
changefeedccl: Increase test utility timeout
Browse files Browse the repository at this point in the history
As observed in #108348, a test failed because
it timed out reading a row.  Yet, this flake
could not be reproduced in over 50k runs.
Bump timeout period to make this flake even
less likely.

Fixes #108348

Release note: None
  • Loading branch information
Yevgeniy Miretskiy committed Aug 8, 2023
1 parent dc298cc commit a57d244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/changefeedccl/cdctest/row.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func MakeRangeFeedValueReader(
)
require.NoError(t, err)

var timeout = 5 * time.Second
var timeout = 10 * time.Second
if util.RaceEnabled {
timeout = 3 * timeout
}
Expand Down

0 comments on commit a57d244

Please sign in to comment.