diff --git a/coverage/lcov-report/gulp-browser/index.html b/coverage/lcov-report/gulp-browser/index.html index a3201bf..27172fd 100644 --- a/coverage/lcov-report/gulp-browser/index.html +++ b/coverage/lcov-report/gulp-browser/index.html @@ -77,7 +77,7 @@ diff --git a/coverage/lcov-report/gulp-browser/index.js.html b/coverage/lcov-report/gulp-browser/index.js.html index 7cf09c7..84b3602 100644 --- a/coverage/lcov-report/gulp-browser/index.js.html +++ b/coverage/lcov-report/gulp-browser/index.js.html @@ -160,7 +160,7 @@ module.exports = gulpBrowser; diff --git a/coverage/lcov-report/index.html b/coverage/lcov-report/index.html index 5483436..55c7711 100644 --- a/coverage/lcov-report/index.html +++ b/coverage/lcov-report/index.html @@ -77,7 +77,7 @@ diff --git a/test/test.js b/test/test.js index ad113eb..83a415f 100644 --- a/test/test.js +++ b/test/test.js @@ -8,7 +8,8 @@ var plugins = { describe("gulpBrowser", function () { describe(".browserify", function () { it("should run through smoothly", function (done) { - this.timeout(20000); + this.timeout(50000); + plugins.beautylog.info("Note: This takes longer then usual due to code coverage"); plugins.gulp.task('gulpBrowserNormal', function (cb) { var stream = plugins.gulp.src('./test/browserifyGulpTest.js') .pipe(plugins.gulpBrowser.browserify())