From ea07aef73ee0173d6a98f20de5105f1644281ff7 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Thu, 26 May 2022 14:21:37 -0400 Subject: [PATCH] Correct help text for job idle timeout --- awx/main/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/conf.py b/awx/main/conf.py index 5d89ec8ca2..240a743ddd 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -446,7 +446,7 @@ register( label=_('Default Job Idle Timeout'), help_text=_( 'If no output is detected from ansible in this number of seconds the execution will be terminated. ' - 'Use value of 0 to used default idle_timeout is 600s.' + 'Use value of 0 to indicate that no idle timeout should be imposed.' ), category=_('Jobs'), category_slug='jobs',