зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1484526 - Increase timeout for webconsole stackframe test r=nchevobbe
Ups the timeout for a test that naturally takes a long time to pass on CI Differential Revision: https://phabricator.services.mozilla.com/D11185 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
659823ed00
Коммит
071b3c6000
|
@ -17,6 +17,8 @@ Services.scriptloader.loadSubScript(
|
|||
const TEST_URI = "http://example.com/browser/devtools/client/webconsole/" +
|
||||
"test/mochitest/test-autocomplete-in-stackframe.html";
|
||||
|
||||
requestLongerTimeout(20);
|
||||
|
||||
add_task(async function() {
|
||||
// Run test with legacy JsTerm
|
||||
await pushPref("devtools.webconsole.jsterm.codeMirror", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче