mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
fix(tests): longer timeout for invites
This commit is contained in:
parent
c5a497ef91
commit
7b5d6b508d
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ describe('GET /groups/:groupId/invites', () => {
|
|||
});
|
||||
|
||||
it('supports using req.query.lastId to get more invites', async () => {
|
||||
this.timeout(30000); // @TODO: times out after 8 seconds
|
||||
let leader = await generateUser({balance: 4});
|
||||
let group = await generateGroup(leader, {type: 'guild', privacy: 'public', name: generateUUID()});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue