bump timeout time for travis

This commit is contained in:
Philipp Kunz 2016-02-01 03:55:50 +01:00
parent 9b6609a2e5
commit 9306dcf0a1
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '4.1' - '4.2.4'
before_install:
- npm install -g tsd
deploy: deploy:
provider: npm provider: npm
email: npm@lossless.digital email: npm@lossless.digital

View File

@ -9,7 +9,7 @@ var plugins = {
describe("gulpBrowser",function(){ describe("gulpBrowser",function(){
describe(".browserify",function(){ describe(".browserify",function(){
it("should run through smoothly",function(done){ it("should run through smoothly",function(done){
this.timeout(15000); this.timeout(20000);
plugins.gulp.task('gulpBrowserNormal',function(cb) { plugins.gulp.task('gulpBrowserNormal',function(cb) {
var stream = plugins.gulp.src('./test/browserifyGulpTest.js') var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
.pipe(plugins.gulpBrowser.browserify()) .pipe(plugins.gulpBrowser.browserify())