diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2024-06-04 17:42:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 17:42:15 +0200 |
commit | c77ed376c4f2df1ce619690ddf1fd02b33d328aa (patch) | |
tree | a8300b0b3a6e3ef0de8aedf74ec987b25b26bfb7 /test/integration | |
parent | Fix Test failure with cowsay installed/present (#83347) (diff) | |
download | ansible-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.yml | 1 |
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' |