Skip to content
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

Make tests take less than forever to finish #6268

Closed
effectfully opened this issue Jun 28, 2024 · 0 comments
Closed

Make tests take less than forever to finish #6268

effectfully opened this issue Jun 28, 2024 · 0 comments

Comments

@effectfully
Copy link
Contributor

plutus-core-test takes 12 seconds to run
untyped-plutus-core-test takes 2 minutes and 36 seconds to run. Most of that seems to be spent on the freshly added bitwise primitives.

We have the nightly test suite (example) for squeezing the juice out of CI, so we shouldn't do that for each developer machine.

Here are two places where we definitely should tweak how many tests are run: 1 and 2), but there are likely more of them, we just need to look at the console output of a test run and tweak anything that takes more than a few seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant