increase test timeout

This commit is contained in:
Andrey Sidorov 2012-07-16 14:21:38 +10:00
parent 2decda57fd
commit f70108e6f3

View file

@ -23,7 +23,7 @@
"should": "*"
}
, "scripts": {
"test": "mocha -t 30000",
"test": "mocha -t 80000",
"prepublish" : "npm prune"
}
}