File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments