Skip to content

Commit 70f34cc

Browse files
author
duke
committed
Backport 61c5245bf7d6626b0c816612adcb0d94d6863644
1 parent 1482b6a commit 70f34cc

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)