Increase time limit

This commit is contained in:
2017-07-23 13:37:49 -04:00
parent fa5ba0c1ef
commit e5bc06c138

View File

@@ -40,7 +40,7 @@ public class PerformanceTest extends BaseAndroidTest
habit = fixtures.createLongHabit();
}
@Test(timeout = 1000)
@Test(timeout = 4000)
public void testRepeatedGetTodayValue()
{
for (int i = 0; i < 100000; i++)