mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/rabbitmq] Increase goss test timeout (#33155)
Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
@@ -33,7 +33,7 @@ command:
|
||||
{{- $vhost := printf "vhost_%s" (randAlpha 5) }}
|
||||
exec: rabbitmqctl add_vhost {{ $vhost }} && sleep 2 {{ range $e, $i := until $nodes }} && rabbitmqctl --node rabbit@rabbitmq-{{ $i }} list_vhosts | grep -q {{ $vhost }} {{ end }}
|
||||
exit-status: 0
|
||||
timeout: 30000
|
||||
timeout: 60000
|
||||
rabbitmq-plugins-enabled:
|
||||
exec: rabbitmq-plugins list --enabled
|
||||
exit-status: 0
|
||||
|
||||
Reference in New Issue
Block a user