Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 26423f0

Browse files
committed
increase the timeout
1 parent 5905a60 commit 26423f0

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
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/vuejs/vueify/issues"
1818
},
1919
"scripts": {
20-
"test": "NODE_ENV=production mocha test/test.js --slow=2000 --timeout=5000"
20+
"test": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000"
2121
},
2222
"homepage": "https://github.com/vuejs/vueify",
2323
"dependencies": {

0 commit comments

Comments
 (0)