Make up missing model help texts for job timeout.

This commit is contained in:
Aaron Tan
2017-06-06 11:28:56 -04:00
parent b1d4c44c51
commit bf3712122c
3 changed files with 3 additions and 1 deletions

View File

@@ -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):