Allow setting individual timeouts on scripts and reports

This commit is contained in:
kkthxbye-code
2022-04-04 18:00:38 +02:00
parent e2b6d69596
commit 36d6ae33d1
7 changed files with 25 additions and 8 deletions

View File

@@ -119,6 +119,7 @@ class Report(object):
}
"""
description = None
job_timeout = None
def __init__(self):