Skip to content

Commit 08e7fe4

Browse files
committed
tests: add 2.8 format async error timeout message
1 parent 7ae926b commit 08e7fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ansible/integration/async/runner_with_polling_and_timeout.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
- job1.failed == True
2121
- |
2222
job1.msg == "async task did not complete within the requested time" or
23+
job1.msg == "async task did not complete within the requested time - 1s" or
2324
job1.msg == "Job reached maximum time limit of 1 seconds."
2425

0 commit comments

Comments
 (0)