Skip to content

Commit 1cb2a0f

Browse files
committed
Adjust timeouts for feature flags suite
1 parent 4078ce1 commit 1cb2a0f

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
@@ -426,7 +426,6 @@ rabbitmq_integration_suite(
426426

427427
rabbitmq_integration_suite(
428428
name = "feature_flags_SUITE",
429-
size = "medium",
430429
matrix = {
431430
"registry": {
432431
"groups": ["registry"],
@@ -440,6 +439,7 @@ rabbitmq_integration_suite(
440439
"enabling_in_cluster": {
441440
"groups": ["enabling_in_cluster"],
442441
"flaky": True,
442+
"size": "large",
443443
# The enabling_* tests chmod files and then expect writes to be blocked.
444444
# This probably doesn't work because we are root in the remote docker image.
445445
"tags": ["exclusive"],

0 commit comments

Comments
 (0)