Bug 986286 - Double the test timeout

This commit is contained in:
Ehsan Akhgari 2014-03-30 09:51:02 -04:00
parent e30d4c5e8c
commit 4304bc7ea2

View File

@ -9,6 +9,7 @@
const TAB_URL = EXAMPLE_URL + "doc_frame-parameters.html";
function test() {
requestLongerTimeout(2);
Task.spawn(function() {
let [tab, debuggee, panel] = yield initDebugger(TAB_URL);
let win = panel.panelWin;