-
Notifications
You must be signed in to change notification settings - Fork 29
chore: faster bcd e2e #701
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR optimizes the end-to-end (e2e) test execution time for the BCD (Babylon Consumer Daemon) by reducing various timeout and sleep durations throughout the test infrastructure.
- Reduced blockchain configuration timeouts for faster block production
- Shortened sleep intervals during IBC connection setup
- Optimized governance voting periods for quicker proposal resolution
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| bsn/cosmos/e2e/bcd_test_manager.go | Reorganized imports and removed build tags |
| bsn/cosmos/e2e/bcd_handler.go | Reduced sleep durations, optimized blockchain timeouts, and removed unused struct definitions |
| bsn/cosmos/e2e/bcd_consumer_e2e_test.go | Reorganized imports and removed build tags |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
from `22m` -> `12`. address flakiness as well (cherry picked from commit 85b5e54)
from `22m` -> `12`. address flakiness as well<hr>This is an automatic backport of pull request #701 done by [Mergify](https://mergify.com). Co-authored-by: Lazar <12626340+Lazar955@users.noreply.github.com>
from
22m->12.address flakiness as well