Skip to content

Commit

Permalink
Merge #136654
Browse files Browse the repository at this point in the history
136654: kvcoord: bump test package size to large r=tbg a=arulajmani

Recenlty, TestTxnDBDirtyWriteAnomaly started failing and it seems like the test is getting unlucky as we run into a package level timeout. Bump from a medium to a large.

Closes #136369

Release note: None

Co-authored-by: Arul Ajmani <[email protected]>
  • Loading branch information
craig[bot] and arulajmani committed Dec 4, 2024
2 parents 535f8f3 + 8f1cf52 commit dc85573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvclient/kvcoord/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ gomock(

go_test(
name = "kvcoord_test",
size = "medium",
size = "large",
srcs = [
"batch_test.go",
"condensable_span_set_test.go",
Expand Down

0 comments on commit dc85573

Please sign in to comment.