For some reason, our test suite is super slow. We should look into this and try to decrease memory usage and speed it up. Parallel run: ``` Tests: 316 passed (785 assertions) Duration: 13.64s Parallel: 10 processes ``` Regular run: ``` Tests: 316 passed (785 assertions) Duration: 96.30s ```