Skip to content

Commit

Permalink
Reduce the default number of attempts to start the broker in tests
Browse files Browse the repository at this point in the history
With the containerized CI environment, port conflicts are much less
likely, so reducing the attempt count improves the feedback loop
  • Loading branch information
HoloRin committed Feb 23, 2023
1 parent 2ca9631 commit ff7f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
]).

-define(DEFAULT_USER, "guest").
-define(NODE_START_ATTEMPTS, 10).
-define(NODE_START_ATTEMPTS, 3).

-define(TCP_PORTS_BASE, 21000).
-define(TCP_PORTS_LIST, [
Expand Down

0 comments on commit ff7f2c2

Please sign in to comment.