Increase CircleCI no output timeout limit
This commit is contained in:
parent
9c57ba9d11
commit
aedebc2fb7
|
@ -153,6 +153,7 @@ commands:
|
|||
|
||||
- run:
|
||||
name: Build App
|
||||
no_output_timeout: 30m
|
||||
command: |
|
||||
if [[ $CIRCLE_JOB == "android-build-official" ]]; then
|
||||
./gradlew bundleOfficialPlayRelease
|
||||
|
|
Loading…
Reference in New Issue