Update ci_config.py

This commit is contained in:
Ilya Yatsishin 2024-08-26 19:33:04 +02:00 committed by GitHub
parent d799a0b6ee
commit 34d13bd746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -424,7 +424,7 @@ class CI:
pr_only=True,
# TODO: approach with reference job names does not work because digest may not be calculated if job skipped in wf
# reference_job_name=JobNames.INTEGRATION_TEST_TSAN,
timeout=4*3600 # to be able to process many updated tests
timeout=4 * 3600 # to be able to process many updated tests
),
JobNames.COMPATIBILITY_TEST: CommonJobConfigs.COMPATIBILITY_TEST.with_properties(
required_builds=[BuildNames.PACKAGE_RELEASE],