Commit 6a66eb8a authored by Bruno Agrizzi's avatar Bruno Agrizzi

Inserindo TIME OUT

parent 1b59a83c
image: evologica/android-sdk:latest image: evologica/android-sdk:latest
variables:
- ADB_INSTALL_TIMEOUT: 5000
before_script: before_script:
- chmod +x ./gradlew - chmod +x ./gradlew
......
...@@ -17,6 +17,9 @@ android { ...@@ -17,6 +17,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
} }
adbOptions {
timeOutInMs 60000 // set timeout to 1 minute
}
} }
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment