Bug 1161683 - Increase the timeout of browser_social_window.js

This commit is contained in:
Ehsan Akhgari 2015-08-09 08:57:51 -04:00
parent 08554cb66e
commit 191f0b0b40

View File

@ -68,6 +68,7 @@ let manifest2 = { // used for testing install
function test() {
waitForExplicitFinish();
requestLongerTimeout(2);
runSocialTests(tests, undefined, postTestCleanup);
}