mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
Amending pagination test to have a longer timeout until #110 is done
This commit is contained in:
parent
93a59ece44
commit
278e0cf877
@ -123,6 +123,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('can fetch a paginated set, with various options', function (done) {
|
it('can fetch a paginated set, with various options', function (done) {
|
||||||
|
this.timeout(4000);
|
||||||
|
|
||||||
helpers.insertMorePosts().then(function () {
|
helpers.insertMorePosts().then(function () {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user