Skip to content

Commit bbec080

Browse files
mmckyclaude
andauthored
Raise the execution timeout to 30 minutes for the CPU-only runners (#156)
numpy_vs_numba_vs_jax stopped fitting the 600s cell timeout on ubuntu-latest: five consecutive cache builds timed out on it on 2026-08-18. cache.yml builds without -W so those runs stayed green while leaving the notebook out of .jupyter_cache, which is what made the publish-2026aug19 publish (-W) fail. The English repo keeps 600s on its GPU runners. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 76022e8 commit bbec080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This website presents a set of lectures on python programming for e
55

66
execute:
77
execute_notebooks: "cache"
8-
timeout: 600 # 10 minutes
8+
timeout: 1800 # 30 minutes: the numpy_vs_numba_vs_jax benchmarks run on CPU-only runners here and exceed 600s (the English repo builds on GPU)
99

1010
html:
1111
baseurl: https://quantecon.github.io/lecture-python-programming.fa/

0 commit comments

Comments
 (0)