Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(iroh-gossip): Wait for the relay to make
gossip_net_smoke
fast…
…er. (#2663) ## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> Just a tiny change that improves performance from ~1s -> ~0.4s on my machine. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> None ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> One could argue we shouldn't make this change, because it doesn't cause that much erratic behavior. We should rather write tests that fail on "more bugs". I'm not sure. Perhaps the gossip smoke test shouldn't be the test that we use to stress network edge cases. ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant.~~ - [x] Tests if relevant. - [x] All breaking changes documented.
- Loading branch information