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.
This commit is contained in:
Loïc Hoguin 2024-09-25 17:22:55 +02:00
parent 027700eec2
commit f54e307aee
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 0 additions and 1 deletions

View File

@ -741,7 +741,6 @@ do_start_rabbitmq_node(Config, NodeConfig, I) ->
{"RABBITMQ_SERVER_START_ARGS=~ts", [StartArgs1]},
{"RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=+S 2 +sbwt very_short +A 24 ~ts", [AdditionalErlArgs]},
"RABBITMQ_LOG=debug",
"RMQCTL_WAIT_TIMEOUT=180",
{"TEST_TMPDIR=~ts", [PrivDir]}
| ExtraArgs],
Cmd = ["start-background-broker" | MakeVars],