Skip to content

CircleCI/Testcontainers (neo4j) JVM connection timeout error #4464

Answered by ao508
ao508 asked this question in Q&A
Discussion options

You must be logged in to vote

Resolved.

version: 2.1

jobs:
  run_checkstyle:
    working_directory: /tmp/repos/cmo-metadb
    machine: true
    steps:
      - checkout
      - run:
          < OTHER STEPS >

workflows:
  run_mvn_checkstyle:
    jobs:
      - run_checkstyle

I had tried this variation before but without removing the use of orbs. Maybe that was part of the issue as well? Anyway, I appreciate that the solution was basically just removing a few lines from the config file.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ao508
Comment options

Comment options

You must be logged in to vote
1 reply
@kiview
Comment options

Answer selected by ao508
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants