commit | 2bece80be7c60040743618e213f5643bd17aa408 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Wed Oct 21 15:41:26 2020 +0000 |
committer | Aurimas Liutikas <[email protected]> | Wed Oct 21 15:41:41 2020 +0000 |
tree | 40b797bc63e008494a09cc2724ac1aa6a5c4cabe | |
parent | 9a7a93045968d40ce0d68a5eb8fcc6327c249d93 [diff] |
Bump FlowAsLiveDataIntegrationTest to MediumTest This test keeps timing out https://android-build.googleplex.com/builds/tests/view?invocationId=I54200006299352932&testResultId=TR21814293952155152 Change-Id: I01e6271b5bc0b0437553e38bfb7280ab8d25c0cd
diff --git a/lifecycle/lifecycle-livedata-ktx/src/androidTest/java/androidx.lifecycle/FlowAsLiveDataIntegrationTest.kt b/lifecycle/lifecycle-livedata-ktx/src/androidTest/java/androidx.lifecycle/FlowAsLiveDataIntegrationTest.kt index 578bd71..66dd70c 100644 --- a/lifecycle/lifecycle-livedata-ktx/src/androidTest/java/androidx.lifecycle/FlowAsLiveDataIntegrationTest.kt +++ b/lifecycle/lifecycle-livedata-ktx/src/androidTest/java/androidx.lifecycle/FlowAsLiveDataIntegrationTest.kt
@@ -18,7 +18,7 @@ import androidx.arch.core.executor.ArchTaskExecutor import androidx.test.ext.junit.runners.AndroidJUnit4 -import androidx.test.filters.SmallTest +import androidx.test.filters.MediumTest import com.google.common.truth.Truth.assertThat import kotlinx.coroutines.CompletableDeferred import kotlinx.coroutines.Dispatchers @@ -43,7 +43,7 @@ } @Test - @SmallTest + @MediumTest fun startStopImmediately() { runBlocking { val stopChannelFlow = CompletableDeferred<Unit>()