Karma timeout in build environment

I’m trying to set up a build using karma. The project is using shadow-cljs and can be found in this repository. The circleci configuration is here.

I set up the environment and builds are triggered; it’s just that karma sits there, waiting to start, but eventually timing out. This does not happen on any other machine, only in the build environment. How can I debug this? Thanks for any help.

I think you might be using a tag that doesn’t have browsers on it. Can you try another tag, such as 11-jdk-stretch-node-browsers to see if that helps?

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.