Skip to content

Commit a36e9f9

Browse files
committed
Fix bazel shard count for rabbitmq_mqtt:shared_SUITE
1 parent aa88611 commit a36e9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_mqtt/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ rabbitmq_integration_suite(
235235
":test_util_beam",
236236
":test_event_recorder_beam",
237237
],
238-
shard_count = 6,
238+
shard_count = 8,
239239
runtime_deps = [
240240
"//deps/rabbitmq_management_agent:erlang_app",
241241
"@emqtt//:erlang_app",

0 commit comments

Comments
 (0)