Increase android test timeout

This commit is contained in:
Mikhael Bogdanov
2018-02-08 10:28:43 +01:00
parent f6c6f67566
commit b666a2da5f
+1
View File
@@ -31,6 +31,7 @@ sourceSets {
projectTest {
doFirst {
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
environment("kotlin.tests.android.timeout", "45")
}
workingDir = rootDir
}