PerformanceTest: Increase time limit

This commit is contained in:
2020-11-29 13:38:09 -06:00
parent 08050ff616
commit a77798f293

View File

@@ -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;