Skip to content

Commit 242ebda

Browse files
authored
Merge branch 'project-antalya-24.12.2' into metadata_cache_for_parquet_24_12_2
2 parents 8703ef8 + 2c1de21 commit 242ebda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ci/ci_definitions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,8 @@ class JobConfig:
339339
# will be triggered for the job if omitted in CI workflow yml
340340
run_command: str = ""
341341
# job timeout, seconds
342-
timeout: int = 7200
342+
# FIXME(vnemkov): this is a temporary measure just to push release forward, investigate why integration tests time out after 7200 seconds fix it, reverse timeout back to 7200
343+
timeout: int = 9000
343344
# sets number of batches for a multi-batch job
344345
num_batches: int = 1
345346
# label that enables job in CI, if set digest isn't used

0 commit comments

Comments
 (0)