diff --git a/lib/bro.js b/lib/bro.js index 0c7a869..c42440b 100644 --- a/lib/bro.js +++ b/lib/bro.js @@ -240,7 +240,7 @@ function Bro(bundleFile) { w.emit('bundled', err, content); }); - }, bopts.bundleDelay || 500); + }, bopts.bundleDelay || 700); w.bundleFile = function(file, done) {