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

Chia-Network / chia-blockchain / 23710063453
91%

Build:
DEFAULT BRANCH: main
Ran 29 Mar 2026 03:52PM UTC
Jobs 1
Files 902
Run time 2min
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.229% (+0.06%) from 91.166%
23710063453

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)

10483 of 11664 branches covered (89.87%)

Branch coverage included in aggregate %.

0 of 1 new or added line in 1 file covered. (0.0%)

8 existing lines in 4 files now uncovered.

106472 of 116535 relevant lines covered (91.36%)

1.83 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% chia/_tests/timelord/config.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.89
0.07% chia/full_node/full_node_api.py
2
87.45
0.0% chia/full_node/full_node.py
2
86.91
0.51% chia/wallet/wallet_node.py
3
81.42
-0.17% chia/server/node_discovery.py
Jobs
ID Job ID Ran Files Coverage
1 23710063453.1 29 Mar 2026 03:52PM UTC 1804
91.23
GitHub Action Run
Source Files on build 23710063453
  • Tree
  • List 902
  • Changed 23
  • Source Changed 0
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23710063453
  • 7542b2f0 on github
  • Prev Build on main (#23666962768)
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