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 0b0571d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ module.exports = Marionette.ItemView.extend({
});
},

});
});
2 changes: 1 addition & 1 deletion src-backbone/app/js/views/auth/resetPasswordView.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ module.exports = Marionette.ItemView.extend({
});
},

});
});
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
2 changes: 1 addition & 1 deletion src-django/api/templates/password_reset_template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ You requested your password to be reset. Please follow the link provided in orde

If you didn't request the password reset, just ignore this message.

Thanks
Thanks

0 comments on commit 0b0571d

Please sign in to comment.