Circle 2.0 - Test Timeout but build succeed

Appreciate your help here -
Building a scala project:

  1. Using a docker images
  • circleci/openjdk:8-jdk-browsers
  • circleci/mongo:3.2
  1. running tests with
  • sbt sbt-version -batch coverage test

Tests received timeout after ~50 minutes but following job steps were still executed successfully
Build was declared successful while the tests were still running, then changed to failed when tests got the timeout.

Build for reference:
https://circleci.com/gh/VATBox/Ghost/691

1 Like

Hello,

Could you please see this thread to see if it helps?

https://discuss.circleci.com/t/run-step-ends-with-a-bash-shell-causing-step-to-timeout/12997