Merge pull request #356 from status-im/karma-timeout

This commit is contained in:
F 2021-12-21 11:44:13 +11:00 committed by GitHub
commit 2ec678c054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,11 @@ module.exports = function (config) {
reporters: ['progress', 'karma-typescript'],
browsers: ['ChromeHeadless'],
singleRun: true,
client: {
mocha: {
timeout: 6000, // Default is 2s
},
},
karmaTypescriptConfig: {
bundlerOptions: {
entrypoints: /^.*[^(node)]\.spec\.ts$/,