increase timeout for flaky check

This commit is contained in:
Max Kainov 2024-08-26 18:43:21 +02:00
parent 9339c0593b
commit d799a0b6ee

View File

@ -424,6 +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
),
JobNames.COMPATIBILITY_TEST: CommonJobConfigs.COMPATIBILITY_TEST.with_properties(
required_builds=[BuildNames.PACKAGE_RELEASE],