Skip to content

Commit

Permalink
Bump bazel test timeouts for some suites
Browse files Browse the repository at this point in the history
(cherry picked from commit a968862)
  • Loading branch information
HoloRin committed Jul 23, 2021
1 parent 458f221 commit e09fb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ suites = [
),
rabbitmq_suite(
name = "rabbit_fifo_int_SUITE",
size = "small",
size = "medium",
runtime_deps = [
"@aten//:bazel_erlang_lib",
"@gen_batch_server//:bazel_erlang_lib",
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbitmq_peer_discovery_etcd/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ suites = [
rabbitmq_integration_suite(
PACKAGE,
name = "system_SUITE",
size = "small",
size = "medium",
),
rabbitmq_suite(
name = "unit_SUITE",
Expand Down

0 comments on commit e09fb7d

Please sign in to comment.