Skip to content

Commit

Permalink
playing with timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Revedko committed Apr 10, 2017
1 parent bd840fc commit 3a12ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
versionCode 1
versionName '1.0-beta'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
com.android.ddmlib.DdmPreferences.setTimeOut(60000)
}

productFlavors {
Expand Down
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a12ee1

Please sign in to comment.