Skip to content

Commit abc8703

Browse files
committed
Bump test timeouts in bazel
1 parent 563a8f8 commit abc8703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_oauth2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ suites = [
8888
),
8989
rabbitmq_suite(
9090
name = "scope_SUITE",
91-
size = "small",
91+
size = "medium",
9292
deps = [
9393
"//deps/rabbit_common:bazel_erlang_lib",
9494
],

deps/rabbitmq_peer_discovery_consul/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ suites = [
5252
),
5353
rabbitmq_suite(
5454
name = "rabbitmq_peer_discovery_consul_SUITE",
55-
size = "small",
55+
size = "medium",
5656
runtime_deps = [
5757
"@meck//:bazel_erlang_lib",
5858
],

0 commit comments

Comments
 (0)