mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Increase time limit
This commit is contained in:
@@ -40,7 +40,7 @@ public class PerformanceTest extends BaseAndroidTest
|
|||||||
habit = fixtures.createLongHabit();
|
habit = fixtures.createLongHabit();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 1000)
|
@Test(timeout = 4000)
|
||||||
public void testRepeatedGetTodayValue()
|
public void testRepeatedGetTodayValue()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 100000; i++)
|
for (int i = 0; i < 100000; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user