Commit aa0e1dfe authored by Bruno Agrizzi's avatar Bruno Agrizzi

with sleep

parent 288d3037
......@@ -40,7 +40,7 @@ functionalTests:
script:
- echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
- $ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim &
- $ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
- sleep 2m | $ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
- $ANDROID_HOME/platform-tools/adb devices
- ./gradlew cAT
artifacts:
......
......@@ -16,6 +16,9 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
}
}
adbOptions {
timeOutInMs 60000 // set timeout to 1 minute
......
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