summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-05-10 20:04:33 -0700
committerGitHub <noreply@github.com>2023-05-10 20:04:33 -0700
commit016fbec2a534ec96fe26e334af66f3971c1f1ccf (patch)
tree8fb5ad30555c33ee87415a107e262b184ad3e143 /changelogs
parent5ab8903d58f2096835e67aa7f5d7ddeb60740f8c (diff)
downloadansible-016fbec2a534ec96fe26e334af66f3971c1f1ccf.tar.gz
[stable-2.14] ansible-test - Fix handling of long timeouts (#80769) (#80773)
(cherry picked from commit aacab0633a963e7a89fc1e6ac71cdf06553f96ab)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-long-timeout-fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-long-timeout-fix.yml b/changelogs/fragments/ansible-test-long-timeout-fix.yml
new file mode 100644
index 0000000000..1fdf2c09fe
--- /dev/null
+++ b/changelogs/fragments/ansible-test-long-timeout-fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-test - Fix handling of timeouts exceeding one day.