Skip to content

Commit

Permalink
increase timeout for mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 8, 2015
1 parent 626a13c commit e319e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -9,6 +9,7 @@ C++ library.

[![Build Status](https://secure.travis-ci.org/osmcode/node-osmium.png)](http://travis-ci.org/osmcode/node-osmium)
[![Build status](https://ci.appveyor.com/api/projects/status/g0j361782j0h0cge?svg=true)](https://ci.appveyor.com/project/Mapbox/node-osmium)
[![Coverage Status](https://coveralls.io/repos/osmcode/node-osmium/badge.svg?branch=coverage)](https://coveralls.io/r/osmcode/node-osmium?branch=coverage)

## Depends

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,6 +44,6 @@
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha -R spec --timeout 10000"
"test": "mocha -R spec --timeout 100000"
}
}

0 comments on commit e319e4c

Please sign in to comment.