Increase timeout for WorkTabTest
Bug: 78589564 Change-Id: Ie52843d08488d4c7444dd3c0231054cfecc00922
This commit is contained in:
parent
3efd037e63
commit
e8d5bcfb92
|
@ -68,7 +68,8 @@ public class WorkTabTest extends AbstractLauncherUiTest {
|
|||
|
||||
// Open all apps and wait for load complete
|
||||
final UiObject2 appsContainer = openAllApps();
|
||||
assertTrue(Wait.atMost(Condition.minChildCount(appsContainer, 2), DEFAULT_UI_TIMEOUT));
|
||||
assertTrue(Wait.atMost(Condition.minChildCount(appsContainer, 2),
|
||||
LARGE_UI_TIMEOUT));
|
||||
|
||||
assertTrue("Personal tab is missing",
|
||||
mDevice.wait(Until.hasObject(getSelectorForId(R.id.tab_personal)),
|
||||
|
|
Loading…
Reference in New Issue