Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Bump version and increase timeout for tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Brunfeldt committed Mar 6, 2014
1 parent 4f6b04d commit f09c370
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion test/test-functional.js
Expand Up @@ -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() {
Expand Down

0 comments on commit f09c370

Please sign in to comment.