You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our full suite of tests currently takes around 20-30 minutes to run on GitHub Actions. While most of that time is unfortunately inevitable since we need to install Android dependencies and boot up the emulator, we can probably bring that number down by accelerating some of our tests. Below is a list of all tests that currently take more than 5 seconds to run on GitHub Actions. This task is to evaluate whether each one of these can be accelerated, and, if possible, to do so.
Notes:
The times below were measured on GitHub Actions. The times on your local machine will probably be much lower.
Because the tests below run sequentially, accelerating any one of them will have an immediate impact on GitHub Actions total running time.
Description
Our full suite of tests currently takes around 20-30 minutes to run on GitHub Actions. While most of that time is unfortunately inevitable since we need to install Android dependencies and boot up the emulator, we can probably bring that number down by accelerating some of our tests. Below is a list of all tests that currently take more than 5 seconds to run on GitHub Actions. This task is to evaluate whether each one of these can be accelerated, and, if possible, to do so.
Notes:
Slow Tests
The text was updated successfully, but these errors were encountered: