mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
increase timeout for flaky check
This commit is contained in:
parent
9339c0593b
commit
d799a0b6ee
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user