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:
Brian Grinstead 2016-03-09 16:26:30 -08:00
Родитель e01f4c4edd
Коммит 004c46bd8f
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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;