Bug 822035 - Extend timeout period for browser_privatebrowsing_DownloadLastDirWithCPS.js

This commit is contained in:
Josh Matthews 2012-12-31 13:06:29 -05:00
parent 5d015647a6
commit 849ec6e40c

View File

@ -6,6 +6,7 @@
let gTests; let gTests;
function test() { function test() {
waitForExplicitFinish(); waitForExplicitFinish();
requestLongerTimeout(2);
gTests = runTest(); gTests = runTest();
moveAlong(); moveAlong();
} }