From 507591be5ca3ea0b316884af819e1193bb838a06 Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Mon, 22 May 2017 16:25:45 -0400 Subject: [PATCH] Improve job timeout config help text by denoting time unit. --- 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 7610a8fa0c..fa98ba27d7 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -198,7 +198,7 @@ register( min_value=0, default=0, label=_('Default Job Timeout'), - help_text=_('Maximum time to allow jobs to run. Use value of 0 to indicate that no ' + help_text=_('Maximum time in seconds to allow jobs to run. Use value of 0 to indicate that no ' 'timeout should be imposed. A timeout set on an individual job template will override this.'), category=_('Jobs'), category_slug='jobs',