Skip to content

Commit ad3c261

Browse files
committed
rabbit_fifo_dlx_integration_SUITE: Increase a timeout in delivery_limit/1
[Why] It looks to be too short in CI, causing failures from time to time.
1 parent 461a821 commit ad3c261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/rabbit_fifo_dlx_integration_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ delivery_limit(Config) ->
230230
{_, #amqp_msg{props = #'P_basic'{headers = Headers}}} =
231231
?awaitMatch({#'basic.get_ok'{}, #amqp_msg{payload = <<"msg">>}},
232232
amqp_channel:call(Ch, #'basic.get'{queue = TargetQ}),
233-
1000),
233+
30000),
234234
assert_dlx_headers(Headers, <<"delivery_limit">>, SourceQ),
235235
?assertEqual(1, counted(messages_dead_lettered_delivery_limit_total, Config)),
236236
eventually(?_assertEqual(1, counted(messages_dead_lettered_confirmed_total, Config))).

0 commit comments

Comments
 (0)