From 9306dcf0a13eea6ccef4f30fb4183ffbe9d8a8d9 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Mon, 1 Feb 2016 03:55:50 +0100 Subject: [PATCH] bump timeout time for travis --- .travis.yml | 4 +--- ts/test.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85ab3e4..fb86dfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: node_js node_js: -- '4.1' -before_install: -- npm install -g tsd +- '4.2.4' deploy: provider: npm email: npm@lossless.digital diff --git a/ts/test.ts b/ts/test.ts index 022dc07..a778227 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(15000); + this.timeout(20000); plugins.gulp.task('gulpBrowserNormal',function(cb) { var stream = plugins.gulp.src('./test/browserifyGulpTest.js') .pipe(plugins.gulpBrowser.browserify())