We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1482b6a commit 70f34ccCopy full SHA for 70f34cc
test/jdk/java/io/FileDescriptor/Sync.java
@@ -39,7 +39,7 @@
39
public class Sync {
40
41
static final String TEST_DIR = System.getProperty("test.dir", ".");
42
- static final int TRIES = 10_000;
+ static final int TRIES = 1_000;
43
44
public static void testWith(File file) throws Exception {
45
try (FileOutputStream fos = new FileOutputStream(file)) {
0 commit comments