From 57847a25eabb59b38966bc109d4cae4de36c07e7 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 19 Aug 2026 10:27:08 +1000 Subject: [PATCH] Raise the execution timeout to 30 minutes for the CPU-only runners 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 --- lectures/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/_config.yml b/lectures/_config.yml index f665bf9..011c843 100644 --- a/lectures/_config.yml +++ b/lectures/_config.yml @@ -5,7 +5,7 @@ description: This website presents a set of lectures on python programming for e execute: execute_notebooks: "cache" - timeout: 600 # 10 minutes + 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) html: baseurl: https://quantecon.github.io/lecture-python-programming.fa/