Skip to content

Commit

Permalink
chore: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Sep 13, 2023
1 parent 46ca8db commit 9a68c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Launch Android emulator
uses: ./.github/composite_actions/launch_android_emulator
# Make the timeout a little longer and add retry due to delay from starting emulator.
timeout-minutes: 60
timeout-minutes: 120
with:
api-level: ${{ matrix.api-level }}
script: aft exec --include=${{ inputs.package-name }} -- small=true "<AFT_ROOT>/build-support/integ_test.sh" -d emulator-5554 --retries 1

0 comments on commit 9a68c01

Please sign in to comment.