Skip to content

Commit cc2f6b6

Browse files
author
SendaoYan
committed
8367869: Test java/io/FileDescriptor/Sync.java timed out
Backport-of: 61c5245bf7d6626b0c816612adcb0d94d6863644
1 parent 4090ba3 commit cc2f6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/io/FileDescriptor/Sync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
public class Sync {
4040

4141
static final String TEST_DIR = System.getProperty("test.dir", ".");
42-
static final int TRIES = 10_000;
42+
static final int TRIES = 1_000;
4343

4444
public static void testWith(File file) throws Exception {
4545
try (FileOutputStream fos = new FileOutputStream(file)) {

0 commit comments

Comments
 (0)