Bump test timeouts in bazel

This commit is contained in:
Philip Kuryloski 2021-07-26 11:09:09 +02:00
parent 563a8f876a
commit abc8703fd8
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ suites = [
),
rabbitmq_suite(
name = "scope_SUITE",
size = "small",
size = "medium",
deps = [
"//deps/rabbit_common:bazel_erlang_lib",
],

View File

@ -52,7 +52,7 @@ suites = [
),
rabbitmq_suite(
name = "rabbitmq_peer_discovery_consul_SUITE",
size = "small",
size = "medium",
runtime_deps = [
"@meck//:bazel_erlang_lib",
],