mirror of https://github.com/gorhill/uBlock.git
Firefox platform: longer default wait time for deferred tasks
This commit is contained in:
parent
a72769f8ba
commit
9a9a8c8c3f
|
@ -55,7 +55,7 @@ var deferUntil = function(testFn, mainFn, details) {
|
|||
|
||||
var now = 0,
|
||||
next = details.next || 200,
|
||||
until = details.until || 2000;
|
||||
until = details.until || 12800;
|
||||
|
||||
var check = function() {
|
||||
if ( testFn() === true || now >= until ) {
|
||||
|
|
Loading…
Reference in New Issue