From ee33189bb73146cd3e2ba4c96004bbc64446b496 Mon Sep 17 00:00:00 2001 From: Shriram Kunchanapalli Date: Sat, 2 Feb 2013 23:19:35 +0530 Subject: [PATCH] Bug 707296: Correct the length of the IndexedDB prompt timeout. r=gavin --- browser/base/content/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 5977d3d067ba..508211b8e2a4 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -6206,7 +6206,7 @@ var IndexedDBPromptHelper = { } const hiddenTimeoutDuration = 30000; // 30 seconds - const firstTimeoutDuration = 360000; // 5 minutes + const firstTimeoutDuration = 300000; // 5 minutes var timeoutId;