Skip to content

Commit

Permalink
Fix npm test command
Browse files Browse the repository at this point in the history
Fixes issue 7774
  • Loading branch information
jleyba committed Aug 23, 2014
1 parent 6a24b8b commit b6652e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "2.42.1",
"version": "2.43.0-dev",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
Expand Down Expand Up @@ -31,6 +31,6 @@
"mocha" : "~1.10.0"
},
"scripts": {
"test": "npm install && node_modules/mocha/bin/mocha -R list -t 120000 --recursive test"
"test": "node_modules/.bin/mocha -t 600000 --recursive test"
}
}

0 comments on commit b6652e2

Please sign in to comment.