Skip to content

Fix install-dependencies timeout during yt Cython compilation - #1

Open
circleci-app[bot] wants to merge 1 commit into
cmakefrom
chunk/fix-install-deps-timeout
Open

Fix install-dependencies timeout during yt Cython compilation#1
circleci-app[bot] wants to merge 1 commit into
cmakefrom
chunk/fix-install-deps-timeout

Conversation

@circleci-app

@circleci-app circleci-app Bot commented Aug 7, 2026

Copy link
Copy Markdown

Summary

  • Job 679 was canceled during the Install dependencies. step because compiling yt's ~28 Cython extension files exceeded the default 10-minute no-output timeout in CircleCI
  • The build-and-test step already had no_output_timeout: 20m, but install-dependencies did not
  • Added no_output_timeout: 30m to the install-dependencies command step to allow yt's Cython compilation to complete

Test plan

  • Verify the install-dependencies step completes without being canceled in the next CI run

https://app.circleci.com/agents/gh/jwise77/chat/a3da38a6-2c60-42c3-a250-f4905ffcd827

Add no_output_timeout: 30m to the install-dependencies step.
Compiling yt's ~28+ Cython files exceeds the default 10-minute
no-output timeout, causing job cancellation.

AI-Generated: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants