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

Commit e6e456e

Browse files
committed
to catch slow popups
1 parent d6f0e49 commit e6e456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/chromium/vapi-background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ vAPI.tabs.registerListeners = function() {
102102
if ( this.selfDestructionTimer !== null ) {
103103
clearTimeout(this.selfDestructionTimer);
104104
}
105-
this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 1000);
105+
this.selfDestructionTimer = setTimeout(this.selfDestruct.bind(this), 10000);
106106
};
107107

108108
var popupCandidateCreate = function(details) {

0 commit comments

Comments
 (0)