mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
fix(tests): increase timeout
This commit is contained in:
parent
d1b86e6c14
commit
00717eda76
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -56,5 +56,5 @@ describe('GET /hall/patrons', () => {
|
|||
expect(morePatrons.length).to.equal(2);
|
||||
expect(morePatrons[0].backer.tier).to.equal(2);
|
||||
expect(morePatrons[1].backer.tier).to.equal(1);
|
||||
});
|
||||
}).timeout(10000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue