mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-05 03:19:02 +02:00
increased test timeout
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"scripts": {
|
||||
"start": "./nodebb start",
|
||||
"stop": "./nodebb stop",
|
||||
"test": "mocha ./tests"
|
||||
"test": "mocha ./tests -t 10000"
|
||||
},
|
||||
"dependencies": {
|
||||
"socket.io": "~0.9.16",
|
||||
|
||||
Reference in New Issue
Block a user