Amending pagination test to have a longer timeout until #110 is done

This commit is contained in:
ErisDS 2013-06-03 10:08:31 +01:00
parent 93a59ece44
commit 278e0cf877

View File

@ -123,6 +123,7 @@
});
it('can fetch a paginated set, with various options', function (done) {
this.timeout(4000);
helpers.insertMorePosts().then(function () {