fix(tests): increase timeout

This commit is contained in:
Matteo Pagliazzi
2018-10-23 13:30:38 +02:00
parent d1b86e6c14
commit 00717eda76
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ describe('GET /groups/:groupId/invites', () => {
expect(member).to.have.all.keys(['_id', 'id', 'profile']);
expect(member.profile).to.have.all.keys(['name']);
});
});
}).timeout(10000);
it('supports using req.query.lastId to get more invites', async function () {
this.timeout(30000); // @TODO: times out after 8 seconds