PerformanceTest: Increase time limit
This commit is contained in:
parent
08050ff616
commit
a77798f293
@ -55,7 +55,7 @@ public class PerformanceTest extends BaseAndroidTest
|
||||
}
|
||||
}
|
||||
|
||||
@Test(timeout = 1000)
|
||||
@Test(timeout = 5000)
|
||||
public void benchmarkCreateHabitCommand()
|
||||
{
|
||||
Database db = ((SQLModelFactory) modelFactory).db;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user