Skip to content

Commit 5b28282

Browse files
committed
CT: No longer wait 3 minutes for node start
Reverting back to the default 1 minute. The problem with 3 minutes is that this is exceedingly long and when there are problems the test time increases exponentially.
1 parent d4de3f2 commit 5b28282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@ do_start_rabbitmq_node(Config, NodeConfig, I) ->
741741
{"RABBITMQ_SERVER_START_ARGS=~ts", [StartArgs1]},
742742
{"RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=+S 2 +sbwt very_short +A 24 ~ts", [AdditionalErlArgs]},
743743
"RABBITMQ_LOG=debug",
744-
"RMQCTL_WAIT_TIMEOUT=180",
745744
{"TEST_TMPDIR=~ts", [PrivDir]}
746745
| ExtraArgs],
747746
Cmd = ["start-background-broker" | MakeVars],

0 commit comments

Comments
 (0)