test: increate timeout in Role test
This commit is contained in:
parent
caaa296a82
commit
5d18d41b28
|
@ -419,6 +419,7 @@ describe('role model', function() {
|
||||||
var user, app, role;
|
var user, app, role;
|
||||||
|
|
||||||
beforeEach(function(done) {
|
beforeEach(function(done) {
|
||||||
|
this.timeout(5000);
|
||||||
User.create({
|
User.create({
|
||||||
username: 'john',
|
username: 'john',
|
||||||
email: 'john@gmail.com',
|
email: 'john@gmail.com',
|
||||||
|
|
Loading…
Reference in New Issue