• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Chia-Network / chia-blockchain / 23747503465 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 03:38PM UTC
Files 1804
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Mar 2026 08:51PM UTC coverage: 91.225% (-0.004%) from 91.229%
23747503465.1

push

github

web-flow
Increase timelord test job timeout from 30m to 40m (#20736)

### Purpose:

The timelord CI job on macOS Intel is hitting the default 30-minute
`job_timeout`, causing the job to be cancelled during post-test coverage
processing — even though the tests themselves pass.

Example failure:
https://github.com/Chia-Network/chia-blockchain/actions/runs/23656830463/job/68916319761?pr=20735

In that run, setup took ~4 minutes and the pytest step took ~25.5
minutes (completing successfully), leaving no time for coverage data
processing before the 30-minute wall clock expired.

Even on a recent successful `main` run, the macOS Intel timelord job
took ~19.8 minutes total — already 66% of the budget, leaving it
vulnerable to any runner variance.

### Current Behavior:

The timelord test directory (`chia/_tests/timelord/config.py`) does not
override `job_timeout`, so it inherits the default of 30 minutes from
`testconfig.py`. This is too tight for macOS Intel where setup + tests +
coverage processing can exceed 30 minutes.

### New Behavior:

Sets `job_timeout = 40` in `chia/_tests/timelord/config.py`, giving ~10
minutes of headroom beyond the current worst case. This matches the
timeout used by other similarly-timed test directories (e.g.
`wallet/config.py`, `core/full_node/stores/config.py`).

### Testing Notes:

- Config-only change; no product code or test logic affected
- `chia/_tests/*/config.py` files are excluded from diff-cover
(`.diffcover.toml`)
- Verified with ruff lint, ruff format, and mypy locally

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk config-only change that just increases the CI timeout for
timelord tests, with no product code or test logic modifications.
> 
> **Overview**
> Increases the timelord test directory CI `job_timeout` override to
`40` minutes in `chia/_tests/timelord/config.py` (from the default `30`)
to reduce macOS Intel job cancellations during post-test/coverage
processing.
> 
> <sup>Written by [Cursor
Bugbo... (continued)

20964 of 23328 branches covered (89.87%)

Branch coverage included in aggregate %.

212934 of 233070 relevant lines covered (91.36%)

0.91 hits per line

Source Files on job 23747503465.1
  • Tree
  • List 1804
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23747503465
  • 7542b2f0 on github
  • Prev Job for on main (#23710063453.1)
  • Next Job for on main (#23763249263.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc