Skip to content

Commit 1bf71e3

Browse files
Increase CI task timeout
1 parent bdf2143 commit 1bf71e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
name: Install Gradle
2929
command: |
3030
HOMEBREW_NO_AUTO_UPDATE=1 brew install gradle
31+
no_output_timeout: 30m
3132
- run:
3233
name: Install emulator dependencies
3334
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

Comments
 (0)