Skip to content

Commit f07937d

Browse files
committed
rabbit_exchange_type_consistent_hash_SUITE: Set timetrap to 5 minutes
1 parent f6eda24 commit f07937d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_consistent_hash_exchange/test/rabbit_exchange_type_consistent_hash_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ all() ->
2626
{group, khepri_migration}
2727
].
2828

29+
suite() ->
30+
[{timetrap, {minutes, 5}}].
31+
2932
groups() ->
3033
[
3134
{routing_tests, [], routing_tests()},

0 commit comments

Comments
 (0)