Hi,
I notice that my UI Test for Android recently failed due to TimeOut error:
Test results: Model API Level Locale Orientation Outcome Pixel2 28 en portrait failure(TimedOut) Pixel2 28 en portrait failure(TimedOut) Pixel2 28 en portrait failure(TimedOut) Pixel2 28 en portrait failure(TimedOut)
Ref: Bitrise - Mobile Continuous Integration and Delivery - iOS & Android Build Automation
The reason is Firebase limit time for Physical device is 30 mins:
Longer test durations: Tests on physical devices are limited to a test duration of 30 minutes on each device. Virtual devices support a test duration of up to 60 minutes, which makes them suitable for running longer tests, and especially for measuring the performance of an app.
Ref:Beginnen Sie mit dem Testen mit Android Virtual Devices | Firebase Test Lab
So my question is:
- Is there any option to choose testing on Firebase on Virtual devices to increase test duration to 60 mins
- Is there any workaround to work with Firebase test lab
Many thanks