Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Increase timeout for Linux mac_clangd #55988

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ targets:
# Avoid using a Mac orchestrator to save ~5 minutes of Mac host time.
- name: Linux mac_clangd
recipe: engine_v2/engine_v2
timeout: 90
# Do not remove(https://github.com/flutter/flutter/issues/144644)
# Scheduler will fail to get the platform
drone_dimensions:
Expand Down
1 change: 1 addition & 0 deletions ci/builders/mac_unopt_debug_no_rbe.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"builds": [
{
"cas_archive": false,
"drone_dimensions": [
"device_type=none",
"os=Mac-13|Mac-14",
Expand Down