Increase time limit
This commit is contained in:
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…
Reference in New Issue
Block a user