Merge "teardown: wait longer for processes to exit"

This commit is contained in:
Jenkins 2017-02-15 11:41:35 +00:00 committed by Gerrit Code Review
commit fdb6e937c8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
pgrep -c -u {{ non_root_user }}
register: proc_kill
retries: 5
delay: 1
delay: 3
until: proc_kill.stdout == '0'
ignore_errors: true
when: proc_exist|success