Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 3, 2014
1 parent 8f69570 commit b046b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
"test": "mocha --timeout 0"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit b046b3d

Please sign in to comment.