From 4cca37e41468d2d10366303a67618eb24ff538d8 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Wed, 30 Dec 2015 20:11:23 -0500 Subject: [PATCH] Bug 1215768 - Increase the timeout of browser_cookies_exceptions.js --- .../preferences/in-content/tests/browser_cookies_exceptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/components/preferences/in-content/tests/browser_cookies_exceptions.js b/browser/components/preferences/in-content/tests/browser_cookies_exceptions.js index 9fe661d33d5b..f957014f4a91 100644 --- a/browser/components/preferences/in-content/tests/browser_cookies_exceptions.js +++ b/browser/components/preferences/in-content/tests/browser_cookies_exceptions.js @@ -3,7 +3,7 @@ function test() { waitForExplicitFinish(); - requestLongerTimeout(2); + requestLongerTimeout(3); testRunner.runTests(); }