Bug 916747 - Request longer timeout for browser_dbg_breakpoints-contextmenu.js, r=me

This commit is contained in:
Victor Porof 2013-09-24 11:11:17 +03:00
Родитель ab5d701cfb
Коммит 34c888b080
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -8,6 +8,9 @@
const TAB_URL = EXAMPLE_URL + "doc_script-switching-01.html";
function test() {
// Debug test slaves are a bit slow at this test.
requestLongerTimeout(2);
let gTab, gDebuggee, gPanel, gDebugger;
let gEditor, gSources, gBreakpoints;