Skip to content

Commit ce8cd21

Browse files
committed
Increase ADB Wait For Device duration to 5 minutes
1 parent bc2a95f commit ce8cd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: ADB Wait For Device
166166
run: adb wait-for-any-device
167-
timeout-minutes: 3
167+
timeout-minutes: 5
168168

169169
- name: "Check Emulator"
170170
run: |

0 commit comments

Comments
 (0)