Skip to content

Commit 35ab19c

Browse files
committed
Bazel test timeouts
1 parent 40954c1 commit 35ab19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ suites = [
870870
rabbitmq_integration_suite(
871871
PACKAGE,
872872
name = "unit_connection_tracking_SUITE",
873-
size = "small",
873+
size = "medium",
874874
),
875875
rabbitmq_integration_suite(
876876
PACKAGE,

deps/rabbitmq_stomp/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ suites = [
9696
rabbitmq_integration_suite(
9797
PACKAGE,
9898
name = "command_SUITE",
99-
size = "small",
99+
size = "medium",
100100
additional_beam = [
101101
":rabbit_stomp_client",
102102
],

0 commit comments

Comments
 (0)