https://github.com/ethereum/trin/blob/30d03fd54891ac68d832cd92dc3ebf74492ef106/tests/self_peertest.rs#L14
This sleep really slows down the entire test suite for trin
. We should remove it in favor of some other mechanism like a channel.
Organization
Ethereum FoundationDeadline
N/AStatus
ENDEDhttps://github.com/ethereum/trin/blob/30d03fd54891ac68d832cd92dc3ebf74492ef106/tests/self_peertest.rs#L14
This sleep really slows down the entire test suite for trin
. We should remove it in favor of some other mechanism like a channel.