mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-13 13:35:54 +00:00
Increase default Mocha timeout
This commit is contained in:
committed by
Roman Shtylman
parent
87a23bf28c
commit
71552a336e
@@ -16,7 +16,7 @@
|
|||||||
"mocha": "~1.17.0"
|
"mocha": "~1.17.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --ui qunit --reporter list -- test/index.js"
|
"test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"lt": "./bin/client"
|
"lt": "./bin/client"
|
||||||
|
|||||||
Reference in New Issue
Block a user