mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Amending pagination test to have a longer timeout until #110 is done
This commit is contained in:
parent
93a59ece44
commit
278e0cf877
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
});
|
||||
|
||||
it('can fetch a paginated set, with various options', function (done) {
|
||||
this.timeout(4000);
|
||||
|
||||
helpers.insertMorePosts().then(function () {
|
||||
|
||||
|
|
Loading…
Reference in a new issue