mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209967 - test failures: Increase wait time when searching for a menu View. r=me
This commit is contained in:
parent
a0e41084ee
commit
7564cb24af
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user