Browse Source

to catch slow popups

pull/2/head
gorhill 10 years ago
parent
commit
607c977da2
  1. 2
      platform/chromium/vapi-background.js

2
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) {

Loading…
Cancel
Save