diff --git a/package.json b/package.json index aafba95dbe..62ea050a28 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "!**/test/fixtures/**", "!**/test/sample/**" ], - "verbose": true + "verbose": true, + "testTimeout": 60000 } }