From 3a12ee17e65973ac2446a78d1e28fa4076031877 Mon Sep 17 00:00:00 2001 From: Ilya Eremin Date: Mon, 10 Apr 2017 23:32:24 +0300 Subject: [PATCH] playing with timeouts --- app/build.gradle | 1 + circle.yml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 926415c..93563d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,6 +23,7 @@ android { versionCode 1 versionName '1.0-beta' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' + com.android.ddmlib.DdmPreferences.setTimeOut(60000) } productFlavors { diff --git a/circle.yml b/circle.yml index ed7791c..d6fdce2 100644 --- a/circle.yml +++ b/circle.yml @@ -32,13 +32,13 @@ test: parallel: true override: - ./gradlew checkstyle lintProductionRelease testProductionReleaseUnitTest - - circle-android wait-for-boot; sleep 10 + - circle-android wait-for-boot + - sleep 20 - adb shell input keyevent 82 - adb shell settings put global window_animation_scale 0.0
 - adb shell settings put global transition_animation_scale 0.0 - adb shell settings put global animator_duration_scale 0.0 - - (./gradlew spoonProductionDebugAndroidTest): - timeout: 1200 + - ./gradlew spoonProductionDebugAndroidTest #deployment: # production: # just a label; label names are completely up to you