Skip to content

Commit 13474f2

Browse files
committed
--timeout 5000
1 parent d4db4a8 commit 13474f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "JavaScript Variables Lab for Learn.co",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha -R mocha-multi --reporter-options spec=-,json=.results.json"
7+
"test": "mocha --timeout 5000 -R mocha-multi --reporter-options spec=-,json=.results.json"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)