mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
@@ -134,7 +134,7 @@ class JobOptions(BaseModel):
|
||||
allow_simultaneous = models.BooleanField(
|
||||
default=False,
|
||||
)
|
||||
timeout = models.PositiveIntegerField(
|
||||
timeout = models.IntegerField(
|
||||
blank=True,
|
||||
default=0,
|
||||
help_text=_("The amount of time (in seconds) to run before the task is canceled."),
|
||||
|
||||
Reference in New Issue
Block a user