зеркало из https://github.com/mozilla/gecko-dev.git
Bug 917211 - Intermittent browser/devtools/debugger/test/browser_dbg_conditional-breakpoints-01.js | This test exceeded the timeout threshold, r=me
This commit is contained in:
Родитель
d459e7bb04
Коммит
18edd37c75
|
@ -8,6 +8,9 @@
|
|||
const TAB_URL = EXAMPLE_URL + "doc_conditional-breakpoints.html";
|
||||
|
||||
function test() {
|
||||
// Linux debug test slaves are a bit slow at this test sometimes.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
let gTab, gDebuggee, gPanel, gDebugger;
|
||||
let gEditor, gSources, gBreakpoints, gBreakpointsAdded, gBreakpointsRemoving;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче