Skip to content

Commit b576242

Browse files
committed
Increase rabbit_stream_queue_SUITE timetrap
And set the default of make start-cluster to 3 nodes.
1 parent 446eba8 commit b576242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/test/rabbit_stream_queue_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
-compile(export_all).
2424

2525
suite() ->
26-
[{timetrap, 5 * 60000}].
26+
[{timetrap, 15 * 60000}].
2727

2828
all() ->
2929
[

deps/rabbit_common/mk/rabbitmq-run.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ stop-node:
352352
# Start a RabbitMQ cluster in the background.
353353
# --------------------------------------------------------------------
354354

355-
NODES ?= 2
355+
NODES ?= 3
356356

357357
start-brokers start-cluster: $(DIST_TARGET)
358358
@for n in $$(seq $(NODES)); do \

0 commit comments

Comments
 (0)