-
Notifications
You must be signed in to change notification settings - Fork 320
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
Smoke test takes too long to run #3076
Comments
This is likely because we added submitting delegator voting / proposal submission to the smoke test in #2969 |
We have the smoke tests set to run for an extra two minutes after the tests have completed, which we can easily shave off. More substantial gains can be found on the CometMock spike PR though: #2845 since we can dial the block time down even lower than the 500ms supported by CometBFT. Right now the |
Is it desirable to use cometmock for the smoke test, though? Don't we want the smoke test to be testing the actual code we'll be running? |
We can solve this problem by removing tests from the smoke test as our application-wide integration testing story matures (cc @cratelyn) |
x-ref: #3588 |
Describe the bug
A recent smoke test run took 16 minutes. Previously, we had it running in 4-6 minutes.
We should identify why it takes so much longer and find a way to cut the runtime.
The text was updated successfully, but these errors were encountered: