Skip to content

Commit fa5b738

Browse files
committed
Fix shard counts
Half of these groups moved to the rabbitmq_web_mqtt plugin.
1 parent db92f48 commit fa5b738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_mqtt/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ rabbitmq_integration_suite(
232232
":test_util_beam",
233233
":test_event_recorder_beam",
234234
],
235-
shard_count = 10,
235+
shard_count = 5,
236236
runtime_deps = [
237237
"//deps/rabbitmq_management_agent:erlang_app",
238238
"@emqtt//:erlang_app",
@@ -247,7 +247,7 @@ rabbitmq_integration_suite(
247247
additional_beam = [
248248
":test_util_beam",
249249
],
250-
shard_count = 4,
250+
shard_count = 2,
251251
runtime_deps = [
252252
"@emqtt//:erlang_app",
253253
"@gun//:erlang_app",

0 commit comments

Comments
 (0)