diff options
author | Parménides GV <parmegv@sdf.org> | 2015-06-01 10:18:33 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2015-06-01 10:18:33 +0200 |
commit | fcc8c55139143092005ffa5b56df2f4320fd9ec4 (patch) | |
tree | 987aa93ba9561a6c374da5d768c945917d52674d /app/build.gradle | |
parent | 37d3488bb2103245eb8ac6a3fe3abbc6dd1c12b5 (diff) |
Update robotium + increase wait times
Sometimes, the emulator is so slow (I wish genymotion was open
source...) that even though everything's going OK tests fail because
they don't wait enough.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index c4686dae..bc2b7d4b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.3.1' + androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.4.1' compile 'com.jakewharton:butterknife:6.1.0' provided 'com.squareup.dagger:dagger-compiler:1.2.2' compile 'com.github.pedrovgs:renderers:1.5' |