From 6d01d82b9b28d93364ada3cf7c199f08a4291fab Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 18 Apr 2018 15:57:59 -0400 Subject: [PATCH] tests/installed: increase async retries to 500 It seems like 240 retries is just not long enough for all the non-destructive tests running in parallel to finish. Let's crank that up to 500 retries. Closes: #1548 Approved by: cgwalters --- tests/installed/execute_batch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installed/execute_batch.yml b/tests/installed/execute_batch.yml index 7fd8374b..fe2b5702 100644 --- a/tests/installed/execute_batch.yml +++ b/tests/installed/execute_batch.yml @@ -19,4 +19,4 @@ loop_var: "async_result_item" register: async_poll_results until: async_poll_results.finished - retries: 240 + retries: 500