Increase bugfix timeout to 40 minutes

This commit is contained in:
Mikhail f. Shiryaev 2024-09-17 19:26:54 +02:00
parent e5640acc52
commit 7af0ec8b23
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -559,7 +559,7 @@ class CI:
JobNames.BUGFIX_VALIDATE: JobConfig(
run_by_label="pr-bugfix",
run_command="bugfix_validate_check.py",
timeout=900,
timeout=2400,
runner_type=Runners.STYLE_CHECKER,
),
}