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 bdf2143 commit 1bf71e3Copy full SHA for 1bf71e3
.circleci/config.yml
@@ -28,6 +28,7 @@ jobs:
28
name: Install Gradle
29
command: |
30
HOMEBREW_NO_AUTO_UPDATE=1 brew install gradle
31
+ no_output_timeout: 30m
32
- run:
33
name: Install emulator dependencies
34
command: (yes | sdkmanager "platform-tools" "platforms;android-26" "extras;intel;Hardware_Accelerated_Execution_Manager" "build-tools;26.0.0" "system-images;android-26;google_apis;x86" "emulator" --verbose) || true
0 commit comments