Open
Description
Description
There are some tests that take over 80s to run.
These tests can be identified in our CI runs or using cargo-nextest locally.
For CI performance and generally minimizing overhead of testing the Lighthouse repository, it would be good to get all tests to run in under 1m, and ideally much less than that 30s (perhaps?).
We can adjust the testing config to lower times per test as we slowly address each test. The end-goal will be a very fast CI, which has its own numerous benefits that I wont list here.