Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Added a timeout of 1000 to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ommy committed Mar 1, 2016
1 parent 575fb0f commit f9e7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-backbone/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ gulp.task('js-unit-test', ['js-lint', 'js-config'], function() {
gulp.src(Config.javascripts)
.pipe(filter('**/**_test.js'))
.pipe(mocha({
timeout: 10000,
require: [
'./test/unit/setup/globals',
],
Expand Down

0 comments on commit f9e7278

Please sign in to comment.