mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 916747 - Request longer timeout for browser_dbg_breakpoints-contextmenu.js, r=me
This commit is contained in:
parent
7d26994025
commit
c6230b20c5
@ -8,6 +8,9 @@
|
||||
const TAB_URL = EXAMPLE_URL + "doc_script-switching-01.html";
|
||||
|
||||
function test() {
|
||||
// Debug test slaves are a bit slow at this test.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
let gTab, gDebuggee, gPanel, gDebugger;
|
||||
let gEditor, gSources, gBreakpoints;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user