Increase time limit

pull/316/head^2
Alinson S. Xavier 8 years ago
parent fa5ba0c1ef
commit e5bc06c138

@ -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++)

Loading…
Cancel
Save