test: increate timeout in Role test
This commit is contained in:
parent
fc5f16d833
commit
593fd6e042
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue