-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix intermittent failure in TestReliableMessageProtocol. (#9927)
We are ending up with queued retransmits on both the initiator and responder. The responder has a much longer retransmit interval, but when we sleep for the initiator to retransmit, we can end up sleeping too long, so the responder retransmits too. Make the test handle both cases.
- Loading branch information
1 parent
07dacd0
commit 6dce99d
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters