Skip to content

Commit

Permalink
bazel test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pjk25 committed Aug 4, 2021
1 parent cdc2e45 commit 253c045
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ suites = [
rabbitmq_integration_suite(
PACKAGE,
name = "message_size_limit_SUITE",
size = "small",
size = "medium",
),
rabbitmq_integration_suite(
PACKAGE,
Expand Down Expand Up @@ -870,7 +870,7 @@ suites = [
rabbitmq_integration_suite(
PACKAGE,
name = "unit_connection_tracking_SUITE",
size = "small",
size = "medium",
),
rabbitmq_integration_suite(
PACKAGE,
Expand All @@ -895,7 +895,7 @@ suites = [
rabbitmq_integration_suite(
PACKAGE,
name = "unit_gen_server2_SUITE",
size = "small",
size = "medium",
),
rabbitmq_suite(
name = "unit_gm_SUITE",
Expand Down Expand Up @@ -931,12 +931,12 @@ suites = [
rabbitmq_integration_suite(
PACKAGE,
name = "unit_plugin_versioning_SUITE",
size = "small",
size = "medium",
),
rabbitmq_integration_suite(
PACKAGE,
name = "unit_policy_validators_SUITE",
size = "small",
size = "medium",
),
rabbitmq_suite(
name = "unit_priority_queue_SUITE",
Expand Down

0 comments on commit 253c045

Please sign in to comment.