Skip to content

Commit 8fddf7f

Browse files
authored
Merge pull request #2803 from brandonpage/30min-ci-timeout
Fix CI.
2 parents ae66239 + b950fa3 commit 8fddf7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: android-actions/setup-android@v3
4747
- uses: gradle/actions/setup-gradle@v4
4848
with:
49-
gradle-version: "8.12.0"
49+
gradle-version: "8.13.0"
5050
add-job-summary: on-failure
5151
add-job-summary-as-pr-comment: on-failure
5252
- name: Run Lint
@@ -88,7 +88,7 @@ jobs:
8888
8989
if $IS_PR ; then
9090
LEVELS_TO_TEST=$PR_API_VERSION
91-
RETRIES=2
91+
RETRIES=1
9292
fi
9393
9494
mkdir firebase_results
@@ -106,7 +106,7 @@ jobs:
106106
--directories-to-pull=/sdcard \
107107
--results-dir=${GCLOUD_RESULTS_DIR} \
108108
--results-history-name=${{ inputs.lib }} \
109-
--timeout=20m --no-auto-google-login --no-record-video --no-performance-metrics \
109+
--timeout=40m --no-auto-google-login --no-record-video --no-performance-metrics \
110110
--num-flaky-test-attempts=${RETRIES} || true
111111
done
112112
- name: Copy Test Results

0 commit comments

Comments
 (0)