Extended timeout of testing so it can pass when run through github actions
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"test": "mocha --exit"
|
||||
"test": "mocha --exit --timeout 10000"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user