Skip to content

Commit 5290c8a

Browse files
committed
Increase some bazel test timeouts
(cherry picked from commit 6628df3)
1 parent b671ee0 commit 5290c8a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,14 @@ suites = [
334334
rabbitmq_integration_suite(
335335
PACKAGE,
336336
name = "cluster_rename_SUITE",
337-
size = "medium",
337+
size = "large",
338338
flaky = True,
339339
shard_count = 2,
340340
),
341341
rabbitmq_integration_suite(
342342
PACKAGE,
343343
name = "cluster_SUITE",
344-
size = "small",
344+
size = "medium",
345345
),
346346
rabbitmq_integration_suite(
347347
PACKAGE,
@@ -379,11 +379,12 @@ suites = [
379379
rabbitmq_integration_suite(
380380
PACKAGE,
381381
name = "dead_lettering_SUITE",
382-
size = "medium",
382+
size = "large",
383383
additional_beam = [
384384
":quorum_queue_utils",
385385
],
386386
flaky = True,
387+
shard_count = 3,
387388
),
388389
rabbitmq_integration_suite(
389390
PACKAGE,
@@ -409,7 +410,7 @@ suites = [
409410
rabbitmq_integration_suite(
410411
PACKAGE,
411412
name = "dynamic_qq_SUITE",
412-
size = "medium",
413+
size = "large",
413414
additional_beam = [
414415
":quorum_queue_utils",
415416
],
@@ -841,7 +842,7 @@ suites = [
841842
rabbitmq_integration_suite(
842843
PACKAGE,
843844
name = "unit_app_management_SUITE",
844-
size = "small",
845+
size = "medium",
845846
),
846847
rabbitmq_suite(
847848
name = "unit_cluster_formation_locking_mocks_SUITE",
@@ -874,7 +875,7 @@ suites = [
874875
rabbitmq_integration_suite(
875876
PACKAGE,
876877
name = "unit_credit_flow_SUITE",
877-
size = "small",
878+
size = "medium",
878879
),
879880
rabbitmq_integration_suite(
880881
PACKAGE,

deps/rabbitmq_management_agent/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ suites = [
8686
rabbitmq_integration_suite(
8787
PACKAGE,
8888
name = "metrics_SUITE",
89-
size = "small",
89+
size = "medium",
9090
),
9191
rabbitmq_integration_suite(
9292
PACKAGE,

0 commit comments

Comments
 (0)