Skip to content

Commit

Permalink
Bump timeout
Browse files Browse the repository at this point in the history
since we've seen this test time out in CI.
  • Loading branch information
ansd committed Jan 14, 2025
1 parent 8e6c880 commit 39b3079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_mqtt/test/mqtt_shared_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ many_qos1_messages(Config) ->
end, Payloads),
receive
proceed -> ok
after ?TIMEOUT ->
after 300_000 ->
ct:fail("message to proceed never received")
end,
ok = expect_publishes(C, Topic, Payloads),
Expand Down

0 comments on commit 39b3079

Please sign in to comment.