diff --git a/packages/import-handler/mocha-config.json b/packages/import-handler/mocha-config.json index 5a2631f42..8e24eb08b 100644 --- a/packages/import-handler/mocha-config.json +++ b/packages/import-handler/mocha-config.json @@ -1,4 +1,5 @@ { "extension": ["ts"], - "spec": "test/**/*.test.ts" + "spec": "test/**/*.test.ts", + "timeout": 10000 }