SDK: Integration tests get slower when all launched together #4875
Labels
A-Developer-Experience
T-Task
Refactoring, enabling or disabling functionality, other engineering tasks
There are MXSessions for some (most) tests that keep running after the end of their test.
This is a kind of DDoS attack on the local homeserver. The running test target gets busy as well.
An exemple of that is the test plan for minimal integrations tests. The plan takes 10min to run on my machine whereas each of the 20 tests inside the plan takes 3s max when executed separately.
This is even worse when running all the 600+ tests. This is probably the main reason why we time out the GH action for them.
The text was updated successfully, but these errors were encountered: