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
{{ message }}
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
Pipeline often fails with timeouts ~2 hours on the test step.
For comparison a clean local build takes around 35mins and a test ~40mins (requires building and executing tests)
Running the test suite in 1 hour seems like a reasonable target
Some options to improve this:
- Upgrade circleci plan with more CPU allocation
- Switch CI altogether to get more CPU (parity uses gitlab)
- Optimize caching with sccache
- Chunk tests by crates. we run them all in one step cargo test --all at the moment
The text was updated successfully, but these errors were encountered:
Pipeline often fails with timeouts ~2 hours on the test step.
For comparison a clean local build takes around 35mins and a test ~40mins (requires building and executing tests)
Running the test suite in 1 hour seems like a reasonable target
Some options to improve this:
The text was updated successfully, but these errors were encountered: