Skip to content

Commit f4c80e3

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

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
@@ -38,7 +38,7 @@
3838
public class Sync {
3939

4040
static final String TEST_DIR = System.getProperty("test.dir", ".");
41-
static final int TRIES = 10_000;
41+
static final int TRIES = 1_000;
4242

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

0 commit comments

Comments
 (0)