Skip to content

Commit

Permalink
fix: try to rm timeout, since android really needs 20min, and it may …
Browse files Browse the repository at this point in the history
…be robust now
  • Loading branch information
fzyzcjy committed Dec 1, 2023
1 parent e9db0a3 commit d160bc4
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,17 +406,13 @@ jobs:
script: echo "Generated AVD snapshot for caching."

# execute
- name: Run Flutter integration tests
timeout-minutes: 20
uses: Wandalen/wretry.action@v1.0.25
with:
action: reactivecircus/android-emulator-runner@v2
with: |
api-level: ${{ matrix.api-level }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
arch: x86_64
profile: ${{ matrix.device }}
script: ./frb_internal test-flutter-native --package ${{ matrix.package }}
- uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
arch: x86_64
profile: ${{ matrix.device }}
script: ./frb_internal test-flutter-native --package ${{ matrix.package }}

# ref https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab
test_flutter_native_ios:
Expand Down

0 comments on commit d160bc4

Please sign in to comment.