test: increate timeout in Role test

This commit is contained in:
Miroslav Bajtoš 2016-08-04 13:32:47 +02:00
parent fc5f16d833
commit 593fd6e042
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ describe('role model', function() {
var user, app, role;
beforeEach(function(done) {
this.timeout(5000);
User.create({
username: 'john',
email: 'john@gmail.com',