diff --git a/test/integration/targets/win_async_wrapper/tasks/main.yml b/test/integration/targets/win_async_wrapper/tasks/main.yml index fc8f154f149..da53d870446 100644 --- a/test/integration/targets/win_async_wrapper/tasks/main.yml +++ b/test/integration/targets/win_async_wrapper/tasks/main.yml @@ -4,7 +4,7 @@ - name: async fire and forget async_test: - sleep_delay_sec: 5 + sleep_delay_sec: 8 async: 20 poll: 0 register: asyncresult @@ -17,7 +17,7 @@ - asyncresult.finished == 0 - asyncresult.results_file is search('\.ansible_async.+\d+\.\d+') # ensure that async is actually async- this test will fail if # hosts > forks or if the target host is VERY slow - - (lookup('pipe', 'date +%s') | int) - (start_timestamp | int) < 5 + - (lookup('pipe', 'date +%s') | int) - (start_timestamp | int) < 8 - name: async poll immediate success async_test: