File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ suites = [
964
964
rabbitmq_integration_suite (
965
965
PACKAGE ,
966
966
name = "unit_vm_memory_monitor_SUITE" ,
967
- size = "small " ,
967
+ size = "medium " ,
968
968
),
969
969
rabbitmq_integration_suite (
970
970
PACKAGE ,
Original file line number Diff line number Diff line change @@ -104,11 +104,12 @@ suites = [
104
104
rabbitmq_integration_suite (
105
105
PACKAGE ,
106
106
name = "config_schema_SUITE" ,
107
- size = "small " ,
107
+ size = "medium " ,
108
108
),
109
109
rabbitmq_integration_suite (
110
110
PACKAGE ,
111
111
name = "connections_SUITE" ,
112
+ size = "medium" ,
112
113
additional_beam = [
113
114
":rabbit_stomp_client" ,
114
115
],
@@ -143,7 +144,7 @@ suites = [
143
144
rabbitmq_integration_suite (
144
145
PACKAGE ,
145
146
name = "topic_SUITE" ,
146
- size = "small " ,
147
+ size = "medium " ,
147
148
additional_beam = [
148
149
":rabbit_stomp_client" ,
149
150
],
You can’t perform that action at this time.
0 commit comments