Skip to content

Commit 9a0b8ff

Browse files
committed
preparing for release
1 parent 57d785c commit 9a0b8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rlib-network/src/test/java/com/ss/rlib/network/test/StringNetworkTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ void shouldGetAllPacketWithFeedback() {
384384
Assertions.assertNull(notSentPacket, "Found not sent packets...");
385385

386386
// so all packets are already sent, we should not wait for long time to get result
387-
var receivedPackets = ObjectUtils.notNull(pendingPacketsOnServer.blockFirst(Duration.ofMillis(10)));
387+
var receivedPackets = ObjectUtils.notNull(pendingPacketsOnServer.blockFirst(Duration.ofMillis(100)));
388388

389389
Assertions.assertEquals(receivedPackets.size(), packetCount, "Didn't receive all packets");
390390
}

0 commit comments

Comments
 (0)