diff --git a/.github/workflows/reusable-workflow.yaml b/.github/workflows/reusable-workflow.yaml index 98d9610a56..c2537f7273 100644 --- a/.github/workflows/reusable-workflow.yaml +++ b/.github/workflows/reusable-workflow.yaml @@ -46,7 +46,7 @@ jobs: uses: android-actions/setup-android@v3 - uses: gradle/actions/setup-gradle@v4 with: - gradle-version: "8.12.0" + gradle-version: "8.13.0" add-job-summary: on-failure add-job-summary-as-pr-comment: on-failure - name: Run Lint @@ -88,7 +88,7 @@ jobs: if $IS_PR ; then LEVELS_TO_TEST=$PR_API_VERSION - RETRIES=2 + RETRIES=1 fi mkdir firebase_results @@ -106,7 +106,7 @@ jobs: --directories-to-pull=/sdcard \ --results-dir=${GCLOUD_RESULTS_DIR} \ --results-history-name=${{ inputs.lib }} \ - --timeout=20m --no-auto-google-login --no-record-video --no-performance-metrics \ + --timeout=40m --no-auto-google-login --no-record-video --no-performance-metrics \ --num-flaky-test-attempts=${RETRIES} || true done - name: Copy Test Results