Class com.nmc.android.ui.LauncherActivityIT

3

tests

1

failures

0

skipped

45.475s

duration

66%

successful

Failed tests

testSplashScreenWithEmptyTitlesShouldHideTitles

java.lang.RuntimeException: Could not launch intent Intent { flg=0x10000000 cmp=com.nextcloud.client/com.nmc.android.ui.LauncherActivity } within 45000 milliseconds. Perhaps the main thread has not gone idle within a reasonable amount of time? There could be an animation or something constantly repainting the screen. Or the activity is doing network calls on creation? See the threaddump logs. For your reference the last time the event queue was idle before your activity launch request was 1789965649144 and now the last time the queue went idle was: 1789965659976. If these numbers are the same your activity might be hogging the event queue.
	at androidx.test.runner.MonitoringInstrumentation.startActivitySync(MonitoringInstrumentation.java:537)
	at com.nmc.android.ui.LauncherActivityIT.launchLauncherActivity(LauncherActivityIT.kt:58)
	at com.nmc.android.ui.LauncherActivityIT.testSplashScreenWithEmptyTitlesShouldHideTitles(LauncherActivityIT.kt:29)

Tests

Test emulator-5554
testSplashScreenWithEmptyTitlesShouldHideTitles failed (45.014s)
testSplashScreenWithEmptyTitlesShouldNotDelayNextScreen passed (0.287s)
testSplashScreenWithTitlesShouldShowTitles passed (0.174s)