From e6e456ed7b2bda1c36936255e072302071d7985f Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 22 Mar 2015 13:29:04 -0400 Subject: [PATCH] to catch slow popups --- platform/chromium/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/chromium/vapi-background.js b/platform/chromium/vapi-background.js index 3f140f043..f77bd65a0 100644 --- a/platform/chromium/vapi-background.js +++ b/platform/chromium/vapi-background.js @@ -102,7 +102,7 @@ vAPI.tabs.registerListeners = function() { if ( this.selfDestructionTimer !== null ) { clearTimeout(this.selfDestructionTimer); } - this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 1000); + this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 10000); }; var popupCandidateCreate = function(details) {