speeding up test for slow machines

This commit is contained in:
Clebert Suconic 2015-09-08 10:23:06 -04:00
parent cc88be51e4
commit 3da19e5b0a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class ArtemisTest {
@Test
public void testSync() throws Exception {
int writes = 2560;
int writes = 20;
int tries = 10;
long totalAvg = SyncCalculation.syncTest(temporaryFolder.getRoot(), 4096, writes, tries, true, true);
System.out.println();