mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(tests): longer timeout for invites
This commit is contained in:
@@ -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()});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user