From b046b3db0f0c1ad5a26c4f011e2cbc8e9cedf3fa Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 3 Apr 2014 12:00:51 +0200 Subject: [PATCH] fix travis --- package.json | 2 +- test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26ed507..8f04214 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node": ">=0.10.0" }, "scripts": { - "test": "mocha" + "test": "mocha --timeout 0" }, "files": [ "index.js" diff --git a/test.js b/test.js index a32faa7..9b020a0 100644 --- a/test.js +++ b/test.js @@ -5,7 +5,7 @@ var gutil = require('gulp-util'); var imagemin = require('./index'); it('should minify images', function (cb) { - this.timeout(10000); + this.timeout(40000); var stream = imagemin();