Skip to content

Commit aa66613

Browse files
committed
Maybe reduce flakiness of the exchange_SUITE
1 parent 8c0eece commit aa66613

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deps/rabbitmq_federation/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ suites = [
8282
":rabbit_federation_test_util",
8383
],
8484
flaky = True,
85+
shard_count = 6,
8586
),
8687
rabbitmq_integration_suite(
8788
PACKAGE,

deps/rabbitmq_federation/test/exchange_SUITE.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ restart_upstream(Config) ->
526526
Qgoes = bind_queue(Downstream, <<"hare.downstream">>, <<"goes">>),
527527

528528
rabbit_ct_client_helpers:close_channels_and_connection(Config, Hare),
529+
timer:sleep(3000),
529530
rabbit_ct_broker_helpers:stop_node(Config, Hare),
530531

531532
Qcomes = bind_queue(Downstream, <<"hare.downstream">>, <<"comes">>),

0 commit comments

Comments
 (0)