Skip to content

Commit 54fd358

Browse files
committedOct 14, 2023
Fix test
1 parent cc70238 commit 54fd358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/java/nio/channels/vthread/BlockingChannelOps.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ void testDatagramSocketAdaptorReceive1() throws Exception {
507507
*/
508508
@Test
509509
void testDatagramSocketAdaptorReceive2() throws Exception {
510-
testDatagramSocketAdaptorReceive(60_1000);
510+
testDatagramSocketAdaptorReceive(60_000);
511511
}
512512

513513
private void testDatagramSocketAdaptorReceive(int timeout) throws Exception {

0 commit comments

Comments
 (0)
Please sign in to comment.