From 2aaa1694abe78e2d91868f750e232b3615550dff Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Mon, 6 Aug 2018 11:30:49 +1000 Subject: [PATCH] Increase win_async_wrapper fire and forget time check for more stabilisation --- test/integration/targets/win_async_wrapper/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/targets/win_async_wrapper/tasks/main.yml b/test/integration/targets/win_async_wrapper/tasks/main.yml index f247aa8407a..f7d011758c2 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: 10 + sleep_delay_sec: 15 async: 20 poll: 0 register: asyncresult @@ -18,7 +18,7 @@ - asyncresult is not finished - 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) < 8 + - (lookup('pipe', 'date +%s') | int) - (start_timestamp | int) < 15 - name: async poll immediate success async_test: