Skip to content

Commit f19ec27

Browse files
committed
timeout 2s
1 parent 548402a commit f19ec27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

back-end/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of a few data storage techniques on the back-end web server",
55
"main": "server.js",
66
"scripts": {
7-
"test": "mocha",
7+
"test": "mocha --timeout 2000",
88
"coverage": "nyc --reporter=html --reporter=text --reporter=lcov --reporter=clover mocha --timeout 10000 --exit",
99
"coveralls": "nyc report --reporter=text-lcov | coveralls"
1010
},

0 commit comments

Comments
 (0)