Commit 3d52788
feat: add PYTEST_TIMEOUT_FACTOR to scale timeouts for release CI
Release CI (release.yml) matrices across Windows/macOS, which run
noticeably slower than the Linux runner the pytest-timeout (90s) and
per-cell notebook timeout (180s) were tuned against. Rather than
loosening those timeouts for everyone, add PYTEST_TIMEOUT_FACTOR (env
var, default 1) that tasks.py's pytest/doctest/notebooks tasks scale
their timeout by, and set it to 2 in release.yml's test job.
Assisted-by: claude-code:claude-sonnet-51 parent 1dd01ed commit 3d52788
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| |||
235 | 245 | | |
236 | 246 | | |
237 | 247 | | |
238 | | - | |
| 248 | + | |
239 | 249 | | |
240 | 250 | | |
241 | 251 | | |
| |||
294 | 304 | | |
295 | 305 | | |
296 | 306 | | |
| 307 | + | |
297 | 308 | | |
298 | 309 | | |
299 | 310 | | |
| |||
329 | 340 | | |
330 | 341 | | |
331 | 342 | | |
| 343 | + | |
332 | 344 | | |
333 | 345 | | |
334 | 346 | | |
| |||
0 commit comments