Skip to content

Commit 70c8b3d

Browse files
committed
Increase test timeout
1 parent 8a59f3a commit 70c8b3d

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
@@ -43,7 +43,7 @@
4343
"stylelint-config-suitcss": "^1.0.0"
4444
},
4545
"scripts": {
46-
"test": "npm run lint && mocha --reporter spec --slow 400",
46+
"test": "npm run lint && mocha --reporter spec --slow 400 --timeout 3000",
4747
"lint": "eslint lib/index.js test/test.js bin/suitcss",
4848
"watch": "mocha --watch --reporter spec --slow 400"
4949
},

0 commit comments

Comments
 (0)