We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70238 commit 54fd358Copy full SHA for 54fd358
test/jdk/java/nio/channels/vthread/BlockingChannelOps.java
@@ -507,7 +507,7 @@ void testDatagramSocketAdaptorReceive1() throws Exception {
507
*/
508
@Test
509
void testDatagramSocketAdaptorReceive2() throws Exception {
510
- testDatagramSocketAdaptorReceive(60_1000);
+ testDatagramSocketAdaptorReceive(60_000);
511
}
512
513
private void testDatagramSocketAdaptorReceive(int timeout) throws Exception {
0 commit comments