diff --git a/example/android/app/src/androidTest/java/expo/modules/xmtpreactnativesdk/example/EspressoViewFinder.kt b/example/android/app/src/androidTest/java/expo/modules/xmtpreactnativesdk/example/EspressoViewFinder.kt index c90219837..7d319ccaf 100644 --- a/example/android/app/src/androidTest/java/expo/modules/xmtpreactnativesdk/example/EspressoViewFinder.kt +++ b/example/android/app/src/androidTest/java/expo/modules/xmtpreactnativesdk/example/EspressoViewFinder.kt @@ -16,7 +16,7 @@ import java.util.concurrent.TimeoutException object EspressoViewFinder { private const val CHECK_INTERVAL = 50L - private const val TIMEOUT_MS = 15 * 1000L + private const val TIMEOUT_MS = 10 * 1000L /** * Waits for the view referenced in [viewMatcher] to become visible, with a timeout of [timeOut]. If it