Skip to content

Commit 3932576

Browse files
HoloRinmichaelklishin
authored andcommitted
Increase some suite timeouts in bazel
(cherry picked from commit f95fc8a)
1 parent ec9cb02 commit 3932576

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ suites = [
795795
rabbitmq_integration_suite(
796796
PACKAGE,
797797
name = "unit_amqp091_server_properties_SUITE",
798-
size = "small",
798+
size = "medium",
799799
),
800800
rabbitmq_integration_suite(
801801
PACKAGE,
@@ -873,7 +873,7 @@ suites = [
873873
rabbitmq_integration_suite(
874874
PACKAGE,
875875
name = "unit_log_management_SUITE",
876-
size = "small",
876+
size = "medium",
877877
),
878878
rabbitmq_suite(
879879
name = "unit_operator_policy_SUITE",

deps/rabbitmq_mqtt/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ suites = [
112112
rabbitmq_integration_suite(
113113
PACKAGE,
114114
name = "cluster_SUITE",
115+
size = "large",
115116
runtime_deps = [
116117
"@emqttc//:bazel_erlang_lib",
117118
],

0 commit comments

Comments
 (0)