Skip to content

Commit 07489f9

Browse files
committed
increase stomp frame size limit for python test
one of the tests sends 16mb messages
1 parent 40bf970 commit 07489f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbitmq_stomp/test/python_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ end_per_testcase(Test, Config) ->
5454

5555

5656
main(Config) ->
57+
rabbit_ct_broker_helpers:rpc(
58+
Config, 0,
59+
application, set_env, [rabbitmq_stomp, max_frame_length, 17 * 1024 * 1024]),
5760
run(Config, filename:join("src", "main_runner.py")).
5861

5962
implicit_connect(Config) ->

0 commit comments

Comments
 (0)