We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1095f42 + f39e7cb commit 10a73b5Copy full SHA for 10a73b5
1 file changed
src/config.py
@@ -32,7 +32,7 @@ class Configuration:
32
DEFAULT_OUTPUT_DIR = "src/reports"
33
DEFAULT_CONFIG_DIR = "src/config"
34
DEFAULT_SERVICE_URL = "http://localhost:26466/generate"
35
- DEFAULT_TIMEOUT = 3600 # 60 minutes in seconds
+ DEFAULT_TIMEOUT = 5400 # 90 minutes in seconds
36
DEFAULT_LOG_LEVEL = logging.DEBUG
37
DEFAULT_LANGUAGE = None # None means run all languages
38
DEFAULT_STRICT_MODE = False # None means run all languages
0 commit comments