Bug 971093 - Intermittent testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: Text string: '^Customize$' is not found! r=gbrown

This commit is contained in:
Chenxia Liu 2014-04-01 11:30:31 -07:00
parent 24be5e282c
commit 4b49d43b89

View File

@ -247,7 +247,7 @@ public class testSettingsMenuItems extends PixelTest {
mActions.sendSpecialKey(Actions.SpecialKey.BACK);
menuDepth--;
// Sleep so subsequent back actions aren't lost.
mSolo.sleep(50);
mSolo.sleep(150);
}
}
}