-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve testing speed #986
Comments
We got it to run much faster now with #1151 but we might want to investigate individual slow tests going forward with For example, the password reset test takes 3 seconds? 🤔 |
Apologies not sure best way to link my PR: #1167 - Improves by 1/3, cheers |
* Fixes#986 use lower BCRYPT_ROUNDS in testing to speed up tests * database name to testing * wip --------- Co-authored-by: Dries Vints <[email protected]>
Thanks @Nathan-Cowin. Also a good improvement. Will leave this open to see if we can get it down even further eventually. |
Another easy second here #1169 |
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:
Regular run:
The text was updated successfully, but these errors were encountered: