Skip to content

Commit

Permalink
Amending pagination test to have a longer timeout until #110 is done
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisDS committed Jun 3, 2013
1 parent 93a59ec commit 278e0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/test/ghost/api_posts_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
});

it('can fetch a paginated set, with various options', function (done) {
this.timeout(4000);

helpers.insertMorePosts().then(function () {

Expand Down

0 comments on commit 278e0cf

Please sign in to comment.