Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

ci: fix Gradle test job being canceled due to no output timeout#153

Closed
circleci-app[bot] wants to merge 1 commit into
feature/keyfrom
chunk/fix-no-output-timeout
Closed

ci: fix Gradle test job being canceled due to no output timeout#153
circleci-app[bot] wants to merge 1 commit into
feature/keyfrom
chunk/fix-no-output-timeout

Conversation

@circleci-app

@circleci-app circleci-app Bot commented Jul 4, 2026

Copy link
Copy Markdown

Summary

  • The test-ubuntu-jdk21 job in gradle_tests_workflow was being canceled because long-running parallel Gradle tests produce no console output for extended periods
  • CircleCI's default no_output_timeout is 10 minutes — when Gradle runs tests in parallel, individual test suites can run silently for longer than that, causing the job to be killed
  • Added no_output_timeout: 30m to the "Test with Gradle" step to give tests enough time to complete

Test plan

  • Confirm test-ubuntu-jdk21 job completes instead of being canceled in the next workflow run

https://app.circleci.com/agents/gh/jmltoolkit/chat/f432f48f-b1a2-4d4d-a0ee-df3ac83111de

Long-running parallel Gradle tests produce no console output while
individual test suites execute, causing CircleCI to cancel the job
after the default 10-minute no_output_timeout. Setting the timeout
to 30m gives tests room to complete without being silently killed.

AI-Generated: true
@wadoon wadoon closed this Jul 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant