mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
PerformanceTest: Increase time limit
This commit is contained in:
@@ -55,7 +55,7 @@ public class PerformanceTest extends BaseAndroidTest
|
||||
}
|
||||
}
|
||||
|
||||
@Test(timeout = 1000)
|
||||
@Test(timeout = 5000)
|
||||
public void benchmarkCreateHabitCommand()
|
||||
{
|
||||
Database db = ((SQLModelFactory) modelFactory).db;
|
||||
|
||||
Reference in New Issue
Block a user