mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1178563 - Increase the timeout for browser_markupview_html_edit_03.js
This commit is contained in:
parent
de23cab605
commit
e53506b99e
@ -18,6 +18,8 @@ const SELECTOR = "#keyboard";
|
|||||||
const OLD_HTML = '<div id="keyboard"></div>';
|
const OLD_HTML = '<div id="keyboard"></div>';
|
||||||
const NEW_HTML = '<div id="keyboard">Edited</div>';
|
const NEW_HTML = '<div id="keyboard">Edited</div>';
|
||||||
|
|
||||||
|
requestLongerTimeout(2);
|
||||||
|
|
||||||
add_task(function*() {
|
add_task(function*() {
|
||||||
let {inspector} = yield addTab(TEST_URL).then(openInspector);
|
let {inspector} = yield addTab(TEST_URL).then(openInspector);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user