summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-09-25 10:22:06 +1000
committerGitHub <noreply@github.com>2018-09-25 10:22:06 +1000
commite26861435facb91193cc2c60d63e3b39dcf900a2 (patch)
tree60537d4e45ace4a05d3212e2a4986d0f3b9907ee
parentd6251e5b2780932c5954db73beb9bcbd45ad16f0 (diff)
downloadansible-e26861435facb91193cc2c60d63e3b39dcf900a2.tar.gz
async tests: add stability (#46100)
-rw-r--r--test/integration/targets/async/tasks/main.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/integration/targets/async/tasks/main.yml b/test/integration/targets/async/tasks/main.yml
index 32f13935e0..571a632c08 100644
--- a/test/integration/targets/async/tasks/main.yml
+++ b/test/integration/targets/async/tasks/main.yml
@@ -239,7 +239,7 @@
state: absent
- name: run fire and forget async task with custom dir
- command: sleep 1
+ command: echo moo
register: async_fandf_custom_dir
async: 5
poll: 0
@@ -273,9 +273,7 @@
- async_fandf_custom_dir_fail is failed
- async_fandf_custom_dir_fail.msg == "could not find job"
- async_fandf_custom_dir_result is successful
- - async_fandf_custom_dir_result is finished
- async_fandf_custom_dir_dep_result is successful
- - async_fandf_custom_dir_dep_result is finished
always:
- name: remove custom tmp dir after test