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>()