From 08e7fe4f80e31f529034c6d9453e6ad3acdcc4fc Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 4 Jun 2019 00:47:15 +0100 Subject: [PATCH] tests: add 2.8 format async error timeout message --- .../integration/async/runner_with_polling_and_timeout.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ansible/integration/async/runner_with_polling_and_timeout.yml b/tests/ansible/integration/async/runner_with_polling_and_timeout.yml index 6d87fe6c..dcfa186f 100644 --- a/tests/ansible/integration/async/runner_with_polling_and_timeout.yml +++ b/tests/ansible/integration/async/runner_with_polling_and_timeout.yml @@ -20,5 +20,6 @@ - job1.failed == True - | job1.msg == "async task did not complete within the requested time" or + job1.msg == "async task did not complete within the requested time - 1s" or job1.msg == "Job reached maximum time limit of 1 seconds."