summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2024-06-04 17:42:15 +0200
committerGitHub <noreply@github.com>2024-06-04 17:42:15 +0200
commitc77ed376c4f2df1ce619690ddf1fd02b33d328aa (patch)
treea8300b0b3a6e3ef0de8aedf74ec987b25b26bfb7 /test/integration
parentFix Test failure with cowsay installed/present (#83347) (diff)
downloadansible-c77ed376c4f2df1ce619690ddf1fd02b33d328aa.tar.xz
ansible-c77ed376c4f2df1ce619690ddf1fd02b33d328aa.zip
timeout give extra info (#83206)
the new field shows the python code in execution when it timed out, 99% of the time it will be on a selector waiting for output from ssh to remote.
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/targets/playbook/timeout.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/targets/playbook/timeout.yml b/test/integration/targets/playbook/timeout.yml
index 442e13aed5..c0a76265fe 100644
--- a/test/integration/targets/playbook/timeout.yml
+++ b/test/integration/targets/playbook/timeout.yml
@@ -10,3 +10,4 @@
that:
- time is failed
- '"The shell action failed to execute in the expected time frame" in time["msg"]'
+ - '"timedout" in time'