Skip to content

Commit b986458

Browse files
authored
Extending Timeout on Linux_android android_build_all_packages * (#9717)
Extending timeout on `Linux_android android_build_all_packages` to prevent further timeouts to improve dev velocity. This is a temporary solution. Partially Addresses flutter/flutter#173066 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent f0645d8 commit b986458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ targets:
394394
### Android tasks ###
395395
- name: Linux_android android_build_all_packages master
396396
recipe: packages/packages
397-
timeout: 30
397+
timeout: 60
398398
properties:
399399
version_file: flutter_master.version
400400
# This builds the all_packages app only in a current JDK.
@@ -407,7 +407,7 @@ targets:
407407
408408
- name: Linux_android android_build_all_packages stable
409409
recipe: packages/packages
410-
timeout: 30
410+
timeout: 60
411411
properties:
412412
add_recipes_cq: "true"
413413
version_file: flutter_stable.version

0 commit comments

Comments
 (0)