diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 317fdbc49f4..56801d297bd 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -371,6 +371,7 @@ jobs: - name: Run E2E Tests uses: ./.github/actions/maestro-android + timeout-minutes: 60 with: app-path: /tmp/RNTestProject/android/app/build/outputs/apk/${{ matrix.flavor }}/app-${{ matrix.flavor }}.apk app-id: com.rntestproject @@ -438,7 +439,7 @@ jobs: # Temporarily disable RNTester tests on Android as they are quite flaky and they make CI always red # if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }} if: ${{ contains(github.ref, 'stable') || inputs.run-e2e-tests }} - runs-on: ubuntu-latest + runs-on: 4-core-ubuntu needs: [build_android] strategy: fail-fast: false