Skip to content

Commit

Permalink
Github Actions: somehow the emulator has not enough memory.
Browse files Browse the repository at this point in the history
Fixes #599.
  • Loading branch information
dennisguse committed Apr 10, 2021
1 parent 3fad6da commit ad6adbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ private void testGetSensorStats_randomData(int totalPoints, boolean withStartSeg

@Test
public void testGetSensorStats_veryLongActivity12h() {
testGetSensorStats_randomData(43200, false);
testGetSensorStats_randomData(43200 / 4, false);
}

@Test
Expand Down

0 comments on commit ad6adbb

Please sign in to comment.