Skip to content

Commit

Permalink
kv: mark kvnemesis tests as "large" sized
Browse files Browse the repository at this point in the history
We've recently seen these time out exclusively on eng flow. In all
those instances, we can see the test is making some progress from
the stack traces -- it's slow though. We mark KVNemesis tests as
large, which in turn bumps their timeout in CI.

Closes cockroachdb#118624
Closes cockroachdb#118005

Release note: None
  • Loading branch information
arulajmani authored and wenyihu6 committed Feb 21, 2024
1 parent 17a6513 commit 2b17b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvnemesis/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ go_library(

go_test(
name = "kvnemesis_test",
size = "medium",
size = "large",
srcs = [
"applier_test.go",
"engine_test.go",
Expand Down

0 comments on commit 2b17b23

Please sign in to comment.