(no bug) Request longer timeout for browser_dbg_breakpoints-break-on-last-line-of-script-on-reload.js to hopefully fix timeouts while GC-ing after the test finishes on a CLOSED TREE, r=me

This commit is contained in:
Victor Porof 2014-05-07 13:43:10 -04:00
Родитель 6c858befa3
Коммит 3a2f5f8006
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -10,6 +10,9 @@ const TAB_URL = EXAMPLE_URL + "doc_breakpoints-break-on-last-line-of-script-on-r
const CODE_URL = EXAMPLE_URL + "code_breakpoints-break-on-last-line-of-script-on-reload.js";
function test() {
// Debug test slaves are a bit slow at this test.
requestLongerTimeout(2);
let gPanel, gDebugger, gThreadClient, gEvents;
initDebugger(TAB_URL).then(([aTab, aDebuggee, aPanel]) => {