Hi guys,
I am running into an issue on CircleCi, where my tests run longer then 120 minutes and hit a wall on CircleCi, as they do NOT allow a single command to run any longer… https://discuss.circleci.com/t/timeout-more-than-120-minutes/640/5.
In my circle.yml
it is this line:
- cd src; chimp ./tests/_circle-ci-chimp-config.js --ddp=http://localhost:3000 --path=tests --mocha;
Does anyone have an idea how to fix this? Maybe @sam?