update test

This commit is contained in:
2016-02-09 16:51:06 +01:00
parent 53dba94a78
commit f459bd5537
4 changed files with 5 additions and 4 deletions

View File

@ -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())