Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iroh): Try to fix flaky test_token_passthrough test (#1419)
## Description This seems to fail often on CI on the emulated platforms when the machines are busy. And the failures we see are timeouts. So very likely increasing this timeout should help. Does a few smaller fixes: - Only bind on localhost instead of exposing us to the world. Tests should not expose themselves to the world. - Make sure that the receiver dropping is caught in a panic. ## Notes & open questions ## Change checklist - [x] Self-review. - [x] ~~Documentation updates if relevant.~~ - [x] Tests if relevant.
- Loading branch information