Hei,
i experience the following error with my instrumentation tests when using your image. Any idea what might be the issue? The tests run fine locally.
Could not launch intent Intent { flg=0x10000000 cmp=package.name/package.class.name } within 45 seconds. 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 1558600069680 and now the last time the queue went idle was: 1558600070218. If these numbers are the same your activity might be hogging the event queue.
Hei,
i experience the following error with my instrumentation tests when using your image. Any idea what might be the issue? The tests run fine locally.
Could not launch intent Intent { flg=0x10000000 cmp=package.name/package.class.name } within 45 seconds. 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 1558600069680 and now the last time the queue went idle was: 1558600070218. If these numbers are the same your activity might be hogging the event queue.