Skip to content

Commit 9b42094

Browse files
committed
Adjust the size of //deps/rabbit:bindings_SUITE to medium
generally speaking, rabbitmq_integration_suite tests do not reliably run in under the 60s timeout implied by "small", at least in CI (cherry picked from commit 60093ee) (cherry picked from commit d56f004) # Conflicts: # deps/rabbit/BUILD.bazel
1 parent f031966 commit 9b42094

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,57 @@ rabbitmq_integration_suite(
10951095
size = "small",
10961096
)
10971097

1098+
<<<<<<< HEAD
1099+
=======
1100+
rabbitmq_integration_suite(
1101+
name = "exchanges_SUITE",
1102+
size = "small",
1103+
additional_beam = [
1104+
":quorum_queue_utils",
1105+
],
1106+
)
1107+
1108+
rabbitmq_integration_suite(
1109+
name = "bindings_SUITE",
1110+
size = "medium",
1111+
)
1112+
1113+
rabbitmq_integration_suite(
1114+
name = "rabbit_db_queue_SUITE",
1115+
size = "small",
1116+
)
1117+
1118+
rabbitmq_integration_suite(
1119+
name = "rabbit_db_maintenance_SUITE",
1120+
size = "small",
1121+
)
1122+
1123+
rabbitmq_integration_suite(
1124+
name = "rabbit_db_topic_exchange_SUITE",
1125+
size = "small",
1126+
)
1127+
1128+
rabbitmq_integration_suite(
1129+
name = "rabbit_db_exchange_SUITE",
1130+
size = "small",
1131+
)
1132+
1133+
rabbitmq_integration_suite(
1134+
name = "rabbit_db_binding_SUITE",
1135+
size = "small",
1136+
)
1137+
1138+
rabbitmq_integration_suite(
1139+
name = "rabbit_db_msup_SUITE",
1140+
size = "small",
1141+
)
1142+
1143+
rabbitmq_integration_suite(
1144+
name = "rabbit_db_policy_SUITE",
1145+
size = "small",
1146+
)
1147+
1148+
>>>>>>> d56f004324 (Adjust the size of //deps/rabbit:bindings_SUITE to medium)
10981149
assert_suites()
10991150

11001151
filegroup(

0 commit comments

Comments
 (0)