📱⚡️ Lighthouse for Mobile - audits your app and gives a performance score to your Android apps (native, React Native, Flutter..). Measure performance on CLI, E2E tests, CI...
This MR fixes tests that were hanging for more than 3h per retry on the cloud for example, blocking the queue.
The issue was with a duration, if specified, that was multiplied by 1000
As you can see, the test is hanging since the app crashed for more than 10min and counting
Now, we'll have an end after 2x the duration and a message like this
This MR fixes tests that were hanging for more than 3h per retry on the cloud for example, blocking the queue. The issue was with a duration, if specified, that was multiplied by 1000
As you can see, the test is hanging since the app crashed for more than 10min and counting
Now, we'll have an end after 2x the duration and a message like this