From 47b5d718ee5cab46c489aec35de28be1572d52a5 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Tue, 9 Feb 2016 16:44:23 +0100 Subject: [PATCH] some finetuning --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 6d636d3..ad113eb 100644 --- a/test/test.js +++ b/test/test.js @@ -8,7 +8,7 @@ var plugins = { describe("gulpBrowser", function () { describe(".browserify", function () { it("should run through smoothly", function (done) { - this.timeout(15000); + this.timeout(20000); plugins.gulp.task('gulpBrowserNormal', function (cb) { var stream = plugins.gulp.src('./test/browserifyGulpTest.js') .pipe(plugins.gulpBrowser.browserify())