Commit a1d4a4d
authored
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.1 parent 2c6ab29 commit a1d4a4d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
| 880 | + | |
881 | 881 | | |
882 | 882 | | |
883 | 883 | | |
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
| 908 | + | |
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| |||
0 commit comments