speeding up test for slow machines
This commit is contained in:
parent
cc88be51e4
commit
3da19e5b0a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue