Skip to content

Commit 712a849

Browse files
Fx unit tests
1 parent 00edf25 commit 712a849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/androidTest/java/com/smartdevicelink/managers/screen/menu/MenuManagerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ private List<MenuCell> filterMenuCellsWithStatusList(List<MenuCell> menuCells, L
782782

783783
private void sleep() {
784784
try {
785-
Thread.sleep(100);
785+
Thread.sleep(250);
786786
} catch (InterruptedException e) {
787787
e.printStackTrace();
788788
}

0 commit comments

Comments
 (0)