Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting timeout issue when executing code coverage from ADO pipeline multiple times #3866

Open
NagarajuSirahu opened this issue Oct 9, 2023 · 0 comments

Comments

@NagarajuSirahu
Copy link

Getting following timeout issue while executing code coverage using Karma config in ADO

09 10 2023 09:06:18.531:ERROR [karma-server]: UncaughtException: TypeError: Cannot read properties of undefined (reading 'ele')
at JUnitReporter.specSuccess.specSkipped.specFailure (/self/mfe/node_modules/karma-junit-reporter/index.js:89:35)
at JUnitReporter.BaseReporter.onSpecComplete (/self/mfe/node_modules/karma/lib/reporters/base.js:107:12)
at Server. (/self/mfe/node_modules/karma/lib/events.js:40:26)
at Server.emit (node:events:525:35)
at Server.emit (node:domain:489:12)
at Browser.onResult (/self/mfe/node_modules/karma/lib/browser.js:164:20)
at Socket. (/self/mfe/node_modules/karma/lib/browser.js:218:42)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at /self/mfe/node_modules/karma/lib/events.js:26:35
09 10 2023 09:06:18.542:ERROR [karma-server]: TypeError: Cannot read properties of undefined (reading 'ele')
at JUnitReporter.specSuccess.specSkipped.specFailure (/self/mfe/node_modules/karma-junit-reporter/index.js:89:35)
at JUnitReporter.BaseReporter.onSpecComplete (/self/mfe/node_modules/karma/lib/reporters/base.js:107:12)
at Server. (/self/mfe/node_modules/karma/lib/events.js:40:26)
at Server.emit (node:events:525:35)
at Server.emit (node:domain:489:12)
at Browser.onResult (/self/mfe/node_modules/karma/lib/browser.js:164:20)
at Socket. (/self/mfe/node_modules/karma/lib/browser.js:218:42)
at Socket.emit (node:events:513:28)
at Socket.emit (node:domain:489:12)
at /self/mfe/node_modules/karma/lib/events.js:26:35

Karma configuration in package.json file is
"karma": "~6.3.20",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.1.1",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-junit-reporter": "0.2.2",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant