Skip to content

Commit dc91994

Browse files
WIP
1 parent f14abe9 commit dc91994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoveryPendingMessageDeliveryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void testPendingMessagesOverflow() throws Exception {
121121
log.info("Sending dummy custom messages");
122122

123123
// Non-discarded messages shouldn't be dropped from the queue.
124-
int msgsNum = 20000;
124+
int msgsNum = 2000;
125125

126126
for (int i = 0; i < msgsNum; i++)
127127
sendDummyCustomMessage(coordDisco, IgniteUuid.randomUuid());

0 commit comments

Comments
 (0)