Bug 1209967 - test failures: Increase wait time when searching for a menu View. r=me

This commit is contained in:
Michael Comella 2015-12-01 16:48:09 -08:00
parent 46a2b1f6f5
commit ea0c94024c

View File

@ -31,7 +31,7 @@ import com.jayway.android.robotium.solo.Solo;
* A class representing any interactions that take place on the app menu.
*/
public class AppMenuComponent extends BaseComponent {
private static final long MAX_WAITTIME_FOR_MENU_UPDATE_IN_MS = 1000L;
private static final long MAX_WAITTIME_FOR_MENU_UPDATE_IN_MS = 7500L;
private Boolean hasLegacyMenu = null;