mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-06 12:34:46 -04:00
Report failed mailbox messages in network stress test
This commit is contained in:
parent
1a5960124c
commit
ea35ace8db
1 changed files with 1 additions and 0 deletions
|
@ -451,6 +451,7 @@ public class NetworkStressTest {
|
|||
// TODO: Use meaningful timeout.
|
||||
assertLatch("timed out while receiving mailbox messages",
|
||||
receivedMailboxLatch, 120, TimeUnit.SECONDS);
|
||||
org.junit.Assert.assertFalse("some peer(s) failed to send a message", sentMailboxFailed.get());
|
||||
}
|
||||
|
||||
/** Configure the peer to decrease the latch on receipt of mailbox message (direct or via mailbox). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue