add pause to make test more stable (#51680)

(cherry picked from commit ebc9e4caf7)
This commit is contained in:
Jordan Borean 2019-02-04 11:42:40 +10:00 committed by Toshio Kuratomi
parent d56d7997c4
commit 06505fc521

View file

@ -498,6 +498,9 @@
stat: path=/tmp/write_utime stat: path=/tmp/write_utime
register: previous_time register: previous_time
- name: pause for 1 second to ensure the next touch is newer
pause: seconds=1
- name: touch file as nobody - name: touch file as nobody
file: dest=/tmp/write_utime state=touch file: dest=/tmp/write_utime state=touch
become: True become: True