diff --git a/.mocharc.json b/.mocharc.json index 49ea96376..289908eb5 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,4 +1,5 @@ { + "timeout": 5000, "extension": ["js", "ts"], "enable-source-maps": true, "watchFiles": ["src/**/*.ts", "src/**/*.marko"],