Skip to content

Commit

Permalink
increasing timeout for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jan 9, 2017
1 parent 53a426b commit 5c6bb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test('combined: inline concatenated file', function(t) {
});
});

test('combined: less: inline concatenated file', {timeout: 1500}, function(t) {
test('combined: less: inline concatenated file', {timeout: 3000}, function(t) { //note ~1000 ms is fine locally, travis needs more
// proves that gulp-less compilation is not slow
// https://github.com/floridoo/gulp-sourcemaps/issues/215

Expand Down

0 comments on commit 5c6bb18

Please sign in to comment.