PerformanceTest: Increase time limit

pull/699/head
Alinson S. Xavier 5 years ago
parent 08050ff616
commit a77798f293

@ -55,7 +55,7 @@ public class PerformanceTest extends BaseAndroidTest
} }
} }
@Test(timeout = 1000) @Test(timeout = 5000)
public void benchmarkCreateHabitCommand() public void benchmarkCreateHabitCommand()
{ {
Database db = ((SQLModelFactory) modelFactory).db; Database db = ((SQLModelFactory) modelFactory).db;

Loading…
Cancel
Save