Skip to content

Commit bd7d500

Browse files
committed
amqp_jms_SUITE: Increase time trap
[Why] Maven took ages to fetch dependencies at least once in CI. The testsuite failed because it reached the time trap limit. [How] Increase it from 2 to 5 minutes.
1 parent 9224341 commit bd7d500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/amqp_jms_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ groups() ->
5252

5353
suite() ->
5454
[
55-
{timetrap, {minutes, 2}}
55+
{timetrap, {minutes, 5}}
5656
].
5757

5858
init_per_suite(Config) ->

0 commit comments

Comments
 (0)