mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
Adding missing period for timeout
This commit is contained in:
@@ -113,7 +113,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 to run before the task is canceled."),
|
||||
)
|
||||
|
||||
def clean_scm_type(self):
|
||||
|
||||
Reference in New Issue
Block a user