diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..3f13e30 Binary files /dev/null and b/.DS_Store differ diff --git a/test/test.js b/test/test.js index 3397594..c98f504 100644 --- a/test/test.js +++ b/test/test.js @@ -10,7 +10,7 @@ var plugins = { describe("gulpBrowser", function () { describe(".browserify", function () { it("should run through smoothly", function (done) { - this.timeout(20000); + this.timeout(30000); plugins.gulp.task('gulpBrowserNormal', function (cb) { var stream = plugins.gulp.src('./test/browserifyGulpTest.js') .pipe(plugins.gulpBrowser.browserify()) diff --git a/ts/test.ts b/ts/test.ts index 62455d5..ee5e09b 100644 --- a/ts/test.ts +++ b/ts/test.ts @@ -9,7 +9,7 @@ var plugins = { describe("gulpBrowser",function(){ describe(".browserify",function(){ it("should run through smoothly",function(done){ - this.timeout(20000); + this.timeout(30000); plugins.gulp.task('gulpBrowserNormal',function(cb) { var stream = plugins.gulp.src('./test/browserifyGulpTest.js') .pipe(plugins.gulpBrowser.browserify())