mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Add ability to disable global job timeout.
This commit is contained in:
@@ -106,7 +106,7 @@ class ProjectOptions(models.Model):
|
||||
default=None,
|
||||
on_delete=models.SET_NULL,
|
||||
)
|
||||
timeout = models.PositiveIntegerField(
|
||||
timeout = models.IntegerField(
|
||||
blank=True,
|
||||
default=0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user