Bug 987700 - Double the test timeout

This commit is contained in:
Ehsan Akhgari 2014-03-30 09:44:29 -04:00
parent 34e2eed174
commit 189918d0db

View File

@ -11,6 +11,7 @@ let gTab, gDebuggee, gPanel, gDebugger;
let gFrames, gVariables, gPrefs, gOptions;
function test() {
requestLongerTimeout(2);
initDebugger(TAB_URL).then(([aTab, aDebuggee, aPanel]) => {
gTab = aTab;
gDebuggee = aDebuggee;