Skip to content

Commit fa2105e

Browse files
committed
Bump test timeouts
A recent release of buildbuddy eliminated a timeout extension that they had applied in the past. Now that they honor timeouts exactly, we have had to adjust the timeout for many tests. (cherry picked from commit 7d3d601)
1 parent 59c2a9d commit fa2105e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_ldap/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ suites = [
8888
rabbitmq_integration_suite(
8989
PACKAGE,
9090
name = "system_SUITE",
91-
size = "small",
91+
size = "medium",
9292
additional_srcs = [
9393
"test/rabbit_ldap_seed.erl",
9494
],

deps/rabbitmq_stomp/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ suites = [
124124
rabbitmq_integration_suite(
125125
PACKAGE,
126126
name = "proxy_protocol_SUITE",
127-
size = "small",
127+
size = "medium",
128128
),
129129
rabbitmq_integration_suite(
130130
PACKAGE,

0 commit comments

Comments
 (0)