Skip to content

Commit

Permalink
chore(test): lower number of reties to not wait so long
Browse files Browse the repository at this point in the history
- If it fails 2 times it makes not much sense to try it more.
  • Loading branch information
matejkriz authored and vytick committed May 14, 2024
1 parent 3bad3a8 commit 3b648aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-test-e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
force-avd-creation: true
avd-name: ${{ steps.device.outputs.AVD_NAME }}
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -grpc 8554
script: yarn test:e2e android.emu.release --headless --take-screenshots failing --record-videos failing --retries 5
script: yarn test:e2e android.emu.release --headless --take-screenshots failing --record-videos failing --retries 2

- name: "Store failed test screenshot artifacts"
if: ${{failure()}}
Expand Down

0 comments on commit 3b648aa

Please sign in to comment.