Bug 917211 - Intermittent browser/devtools/debugger/test/browser_dbg_conditional-breakpoints-01.js | This test exceeded the timeout threshold, r=me

This commit is contained in:
Victor Porof 2013-09-17 12:47:30 +03:00
Родитель d459e7bb04
Коммит 18edd37c75
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -8,6 +8,9 @@
const TAB_URL = EXAMPLE_URL + "doc_conditional-breakpoints.html";
function test() {
// Linux debug test slaves are a bit slow at this test sometimes.
requestLongerTimeout(2);
let gTab, gDebuggee, gPanel, gDebugger;
let gEditor, gSources, gBreakpoints, gBreakpointsAdded, gBreakpointsRemoving;