Skip to content

Commit

Permalink
bazel: bump timeout of ring_test
Browse files Browse the repository at this point in the history
This has timed out in CI.
Release note: None
  • Loading branch information
rickystewart committed Apr 9, 2021
1 parent 84a84d5 commit de5894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/ring/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go_library(

go_test(
name = "ring_test",
size = "small",
size = "medium",
srcs = ["ring_buffer_test.go"],
embed = [":ring"],
deps = ["@com_github_stretchr_testify//require"],
Expand Down

0 comments on commit de5894f

Please sign in to comment.