Skip to content

Commit 6155abe

Browse files
authored
catalog-info: increase main pipeline timeout (#614)
1 parent 0ac2526 commit 6155abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
branch_configuration: "main 1.*" # temporarily disable to build PRs from forks
3838
pipeline_file: ".buildkite/pipeline.yml"
39-
maximum_timeout_in_minutes: 120
39+
maximum_timeout_in_minutes: 360 # LLVM apple pipelines is taking at least 4h to run
4040
provider_settings:
4141
build_tags: true
4242
publish_commit_status: true

0 commit comments

Comments
 (0)