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 1ab83e6 commit f4c80e3Copy full SHA for f4c80e3
test/jdk/java/io/FileDescriptor/Sync.java
@@ -38,7 +38,7 @@
38
public class Sync {
39
40
static final String TEST_DIR = System.getProperty("test.dir", ".");
41
- static final int TRIES = 10_000;
+ static final int TRIES = 1_000;
42
43
public static void testWith(File file) throws Exception {
44
try (FileOutputStream fos = new FileOutputStream(file)) {
0 commit comments