summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-timeout-fix.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/ansible-test-timeout-fix.yml')
-rw-r--r--changelogs/fragments/ansible-test-timeout-fix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-timeout-fix.yml b/changelogs/fragments/ansible-test-timeout-fix.yml
new file mode 100644
index 0000000000..046d5b46d3
--- /dev/null
+++ b/changelogs/fragments/ansible-test-timeout-fix.yml
@@ -0,0 +1,5 @@
+bugfixes:
+ - ansible-test - Fix various cases where the test timeout could expire without terminating the tests.
+minor_changes:
+ - ansible-test - Refactored ``env`` command logic and timeout handling.
+ - ansible-test - Allow float values for the ``--timeout`` option to the ``env`` command. This simplifies testing.