mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-21 08:06:33 -04:00
Report failed mailbox messages in network stress test
This commit is contained in:
parent
1a5960124c
commit
ea35ace8db
@ -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…
x
Reference in New Issue
Block a user