Skip to content

Commit f155a16

Browse files
committed
PMM-7: add wait
1 parent 800a3e5 commit f155a16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pmm_qa/percona_server/percona-server-setup.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
include_tasks: tasks/percona-server-setup-single.yml
8080
when: setup_type != "gr" and setup_type != "replication"
8181

82+
- name: Wait 10 seconds for setup to finish
83+
pause:
84+
seconds: 10
85+
8286
- name: Create slowlog configuration for mysql nodes
8387
community.docker.docker_container_exec:
8488
container: "ps_pmm_{{ ps_version }}_{{ item }}"

0 commit comments

Comments
 (0)