Skip to content

Commit 84b10b1

Browse files
committed
bump test time limit
1 parent 2e7473c commit 84b10b1

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
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/vuejs/vue-loader",
2121
"scripts": {
2222
"lint": "eslint lib",
23-
"test": "eslint lib && mocha test/test.js --slow 2000"
23+
"test": "eslint lib && mocha test/test.js --slow 5000"
2424
},
2525
"dependencies": {
2626
"hash-sum": "^1.0.2",

0 commit comments

Comments
 (0)