Skip to content

ci: raise Windows checks timeout to 90 minutes#59647

Closed
efww wants to merge 1 commit intoopenclaw:mainfrom
efww:fix/260402-windows-ci-timeout
Closed

ci: raise Windows checks timeout to 90 minutes#59647
efww wants to merge 1 commit intoopenclaw:mainfrom
efww:fix/260402-windows-ci-timeout

Conversation

@efww
Copy link
Copy Markdown

@efww efww commented Apr 2, 2026

Summary

Increase the checks-windows job timeout from 60 minutes to 90 minutes.

Why

PR #58965 hit a Windows-only timeout on checks-windows-node-test-5 even though the job made it all the way into Run test (node) before GitHub cancelled it for exceeding the 1 hour cap.

This does not look like a functional regression in the PR itself. It looks more like a CI stability issue where one Windows shard occasionally runs longer than the current budget.

Change

  • raise checks-windows timeout-minutes from 60 to 90

Context

The failing run was:

GitHub reported:

  • The job has exceeded the maximum execution time of 1h0m0s

Note

This is intentionally a small stabilization change. If the same shard keeps drifting upward, the better long-term follow-up would be to rebalance or further split the Windows test shards.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 2, 2026

Greptile Summary

Raises the checks-windows job timeout-minutes from 60 to 90 and adds an inline comment explaining the rationale. The change is directly motivated by a documented timeout failure in PR #58965 and is scoped only to the Windows job, leaving all Linux and macOS job timeouts unchanged.

Confidence Score: 5/5

  • Safe to merge — a single targeted CI timeout bump with no functional code changes.
  • The change is a one-line increase to a CI job timeout, motivated by an observed and well-documented failure. No logic, no application code, and no other jobs are affected.
  • No files require special attention.

Reviews (1): Last reviewed commit: "ci: raise Windows checks timeout to 90 m..." | Re-trigger Greptile

@efww
Copy link
Copy Markdown
Author

efww commented Apr 3, 2026

Pre-existing flaky CI issue unrelated to my PR #58965. The same shard fails on origin/main. Closing this timeout workaround as it doesn't address the root cause.

@efww efww closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant