Skip to content

Commit 565ad91

Browse files
committed
Adjust rabbitmq_prometheus test suite timeouts in bazel
(cherry picked from commit b26289c)
1 parent 71a6956 commit 565ad91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_prometheus/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ suites = [
5757
rabbitmq_integration_suite(
5858
PACKAGE,
5959
name = "config_schema_SUITE",
60+
size = "small",
6061
),
6162
rabbitmq_integration_suite(
6263
PACKAGE,
6364
name = "rabbit_prometheus_http_SUITE",
64-
size = "small",
65+
size = "medium",
6566
flaky = True,
6667
),
6768
]

0 commit comments

Comments
 (0)