We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5a9fc commit d001964Copy full SHA for d001964
.github/workflows/ci.yml
@@ -32,9 +32,8 @@ jobs:
32
ANDROID_ARCH: ${{ matrix.ANDROID_ARCH }}
33
steps:
34
- name: "Launch emulator"
35
- timeout-minutes: 5
+ timeout-minutes: 10
36
run: |
37
-
38
# Install AVD files
39
echo "y" | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "system-images;android-${ANDROID_API};default;${ANDROID_ARCH}"
40
# Create emulator
0 commit comments