Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
to catch slow popups
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Mar 22, 2015
1 parent d6f0e49 commit e6e456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/chromium/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e6e456e

Please sign in to comment.