mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 20:58:51 +00:00
fix(tests): increase timeout
This commit is contained in:
parent
bb2ed249b9
commit
37b29d3449
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ describe('GET /groups', () => {
|
|||
let page2 = await expect(user.get('/groups?type=publicGuilds&paginate=true&page=2'))
|
||||
.to.eventually.have.a.lengthOf(1 + 4); // 1 created now, 4 by other tests
|
||||
expect(page2[4].name).to.equal('guild with less members');
|
||||
});
|
||||
}).timeout(10000);
|
||||
});
|
||||
|
||||
it('returns all the user\'s guilds when guilds passed in as query', async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue