Skip to content

Commit

Permalink
[stable/zed] fix: increate timeout waiting for pxc creation (#2012)
Browse files Browse the repository at this point in the history
This is an automated cherry-pick of #1984
/assign mnaser
Depends-On: #2025
  • Loading branch information
vexxhost-bot authored Oct 25, 2024
1 parent 8064c31 commit dce8950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/percona_xtradb_cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
namespace: openstack
spec: "{{ _percona_xtradb_cluster_spec | combine(percona_xtradb_cluster_spec, recursive=True) }}"
wait_sleep: 1
wait_timeout: 600
wait_timeout: 900
wait: true
wait_condition:
type: ready
Expand Down

0 comments on commit dce8950

Please sign in to comment.