mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(tests): increase timeout
This commit is contained in:
@@ -79,7 +79,7 @@ describe('GET /groups/:groupId/invites', () => {
|
|||||||
expect(member).to.have.all.keys(['_id', 'id', 'profile']);
|
expect(member).to.have.all.keys(['_id', 'id', 'profile']);
|
||||||
expect(member.profile).to.have.all.keys(['name']);
|
expect(member.profile).to.have.all.keys(['name']);
|
||||||
});
|
});
|
||||||
});
|
}).timeout(10000);
|
||||||
|
|
||||||
it('supports using req.query.lastId to get more invites', async function () {
|
it('supports using req.query.lastId to get more invites', async function () {
|
||||||
this.timeout(30000); // @TODO: times out after 8 seconds
|
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.length).to.equal(2);
|
||||||
expect(morePatrons[0].backer.tier).to.equal(2);
|
expect(morePatrons[0].backer.tier).to.equal(2);
|
||||||
expect(morePatrons[1].backer.tier).to.equal(1);
|
expect(morePatrons[1].backer.tier).to.equal(1);
|
||||||
});
|
}).timeout(10000);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user