зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1090618
- Intermittent testPictureLinkContextMenu | Extend timeout for clipboard ops r=mcomella
This commit is contained in:
Родитель
d748f21f2a
Коммит
fdda3e887e
|
@ -10,7 +10,7 @@ import android.util.DisplayMetrics;
|
|||
* This class covers interactions with the context menu opened from web content
|
||||
*/
|
||||
abstract class ContentContextMenuTest extends PixelTest {
|
||||
private static final int MAX_TEST_TIMEOUT = 10000;
|
||||
private static final int MAX_TEST_TIMEOUT = 30000; // 30 seconds (worst case)
|
||||
|
||||
// This method opens the context menu of any web content. It assumes that the page is already loaded
|
||||
protected void openWebContentContextMenu(String waitText) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче