зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1214439 - requestLongerTimeout for browser_dbg_split-console-keypress.js due to linux e10s timeouts;r=me
MozReview-Commit-ID: DnkHLe6lFSA
This commit is contained in:
Родитель
e01f4c4edd
Коммит
004c46bd8f
|
@ -10,6 +10,11 @@
|
|||
const TAB_URL = EXAMPLE_URL + "doc_step-many-statements.html";
|
||||
|
||||
function test() {
|
||||
// This does the same assertions over a series of sub-tests, and it
|
||||
// can timeout in linux e10s. No sense in breaking it up into multiple
|
||||
// tests, so request extra time.
|
||||
requestLongerTimeout(2);
|
||||
|
||||
let gDebugger, gToolbox, gThreadClient, gTab, gPanel;
|
||||
initDebugger(TAB_URL).then(([aTab,debuggeeWin,aPanel]) => {
|
||||
gPanel = aPanel;
|
||||
|
|
Загрузка…
Ссылка в новой задаче