we have a project that is failing ci because our “test” step is timing out, even though the task completes successfully.
the image is circleci/openjdk:15-jdk-buster
, which we then install node on (our project is js but one of our build tools requires java), then run a test script, which calls lerna, which calls all of the test scripts in the sub-packages that have tests, which are all based on jest (although some use a wrapper script like the nest cli or react-scripts).
when I rerun the job with ssh, login and run the same task, the same command runs and exits normally in a few seconds. this only seems to happen during ci.