Skip to content

Commit

Permalink
increase adb install timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
orekhovskiy committed Nov 29, 2024
1 parent 4eb9063 commit b958048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
echo "Device is ready"
- name: Run Tests
run: ./gradlew connectedAndroidTest
run: ./gradlew connectedAndroidTest -Dadb.install.timeout=300

- name: Release Device
# Ensure this step runs even if previous steps fail
Expand Down

0 comments on commit b958048

Please sign in to comment.