From f09c3708dabc9eb04a459cbaab62de7755eaab39 Mon Sep 17 00:00:00 2001 From: Kimmo Brunfeldt Date: Fri, 7 Mar 2014 00:35:19 +0200 Subject: [PATCH] Bump version and increase timeout for tests again --- changelog.md | 10 ++++++++-- package.json | 2 +- test/test-functional.js | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 6b528ee..5809e57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,16 @@ -0.1.2 / 2014-03-07 +0.1.3 / 2014-03-07 +================== + + * Increase timeout for tests + * Bump version + +0.1.2 / 2014-03-07 ================== * Increase timeout for tests to prevent travis fails -0.1.1 / 2014-03-07 +0.1.1 / 2014-03-07 ================== * Update NPM package description diff --git a/package.json b/package.json index 337f15a..2ce5071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "url-to-image", - "version": "0.1.0", + "version": "0.1.3", "description": "PhantomJS screenshotting done right", "main": "index.js", "scripts": { diff --git a/test/test-functional.js b/test/test-functional.js index 000aa01..5fcf077 100644 --- a/test/test-functional.js +++ b/test/test-functional.js @@ -23,7 +23,7 @@ describe('screenshot', function() { }); describe('render', function() { - this.timeout(5000); + this.timeout(20000); it('should render test image', function(done) { screenshot('http://localhost:9000', 'localhost.png').done(function() {