to catch slow popups

pull/2/head
gorhill 9 years ago
parent 49f6504f58
commit 607c977da2

@ -102,7 +102,7 @@ vAPI.tabs.registerListeners = function() {
if ( this.selfDestructionTimer !== null ) { if ( this.selfDestructionTimer !== null ) {
clearTimeout(this.selfDestructionTimer); clearTimeout(this.selfDestructionTimer);
} }
this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 1000); this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 10000);
}; };
var popupCandidateCreate = function(details) { var popupCandidateCreate = function(details) {

Loading…
Cancel
Save