Increase flaky check timeout

This commit is contained in:
Igor Nikonov 2024-09-02 14:08:22 +00:00
parent d064692125
commit db8ce31bb7

View File

@ -470,7 +470,7 @@ class CI:
JobNames.STATELESS_TEST_FLAKY_ASAN: CommonJobConfigs.STATELESS_TEST.with_properties( JobNames.STATELESS_TEST_FLAKY_ASAN: CommonJobConfigs.STATELESS_TEST.with_properties(
required_builds=[BuildNames.PACKAGE_ASAN], required_builds=[BuildNames.PACKAGE_ASAN],
pr_only=True, pr_only=True,
timeout=3600, timeout=3 * 3600,
# TODO: approach with reference job names does not work because digest may not be calculated if job skipped in wf # TODO: approach with reference job names does not work because digest may not be calculated if job skipped in wf
# reference_job_name=JobNames.STATELESS_TEST_RELEASE, # reference_job_name=JobNames.STATELESS_TEST_RELEASE,
), ),