mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-27 18:31:47 -05:00
Make up missing model help texts for job timeout.
This commit is contained in:
@@ -114,7 +114,7 @@ class ProjectOptions(models.Model):
|
||||
timeout = models.IntegerField(
|
||||
blank=True,
|
||||
default=0,
|
||||
help_text=_("The amount of time to run before the task is canceled."),
|
||||
help_text=_("The amount of time (in seconds) to run before the task is canceled."),
|
||||
)
|
||||
|
||||
def clean_scm_type(self):
|
||||
|
||||
Reference in New Issue
Block a user