Extended timeout of testing so it can pass when run through github actions

This commit is contained in:
Gregory Campbell
2021-11-25 11:12:25 -05:00
parent 8fa225fd48
commit c4c658ea7b
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"test": "mocha --exit" "test": "mocha --exit --timeout 10000"
}, },
"repository": { "repository": {
"type": "git", "type": "git",