Skip to content

Commit

Permalink
Increase default timeout for test command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed Jul 18, 2014
1 parent 6077559 commit 4e40b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"mocha" : "~1.10.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha -R list --recursive test"
"test": "node_modules/mocha/bin/mocha -R list --timeout=10000 --recursive test"
}
}

0 comments on commit 4e40b26

Please sign in to comment.