Skip to content

Commit 60093ee

Browse files
committed
Adjust the size of //deps/rabbit:bindings_SUITE to medium
generally speaking, rabbitmq_integration_suite tests do not reliably run in under the 60s timeout implied by "small", at least in CI
1 parent 185e910 commit 60093ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ rabbitmq_integration_suite(
11051105

11061106
rabbitmq_integration_suite(
11071107
name = "bindings_SUITE",
1108-
size = "small",
1108+
size = "medium",
11091109
)
11101110

11111111
rabbitmq_integration_suite(

0 commit comments

Comments
 (0)