Skip to content

Commit 40954c1

Browse files
committed
Update some bazel test timeouts
1 parent c9e016d commit 40954c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ suites = [
964964
rabbitmq_integration_suite(
965965
PACKAGE,
966966
name = "unit_vm_memory_monitor_SUITE",
967-
size = "small",
967+
size = "medium",
968968
),
969969
rabbitmq_integration_suite(
970970
PACKAGE,

deps/rabbitmq_stomp/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@ suites = [
104104
rabbitmq_integration_suite(
105105
PACKAGE,
106106
name = "config_schema_SUITE",
107-
size = "small",
107+
size = "medium",
108108
),
109109
rabbitmq_integration_suite(
110110
PACKAGE,
111111
name = "connections_SUITE",
112+
size = "medium",
112113
additional_beam = [
113114
":rabbit_stomp_client",
114115
],
@@ -143,7 +144,7 @@ suites = [
143144
rabbitmq_integration_suite(
144145
PACKAGE,
145146
name = "topic_SUITE",
146-
size = "small",
147+
size = "medium",
147148
additional_beam = [
148149
":rabbit_stomp_client",
149150
],

0 commit comments

Comments
 (0)