Skip to content

Commit

Permalink
Fix bazel shard count for rabbitmq_mqtt:shared_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed May 1, 2023
1 parent 6efada6 commit d077065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_mqtt/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ rabbitmq_integration_suite(
":test_util_beam",
":test_event_recorder_beam",
],
shard_count = 6,
shard_count = 8,
runtime_deps = [
"//deps/rabbitmq_management_agent:erlang_app",
"@emqtt//:erlang_app",
Expand Down

0 comments on commit d077065

Please sign in to comment.