Commit 1bf65d9
authored
Raise myst-nb execution timeout to fix flaky Read the Docs builds (#495)
The logo animation notebook (docs/source/logo.md) renders 360 frames and
encodes them with libvpx-vp9, which takes close to 3 minutes on Read the
Docs builders. The 180 s nb_execution_timeout was intermittently exceeded,
causing docs builds to fail with CellTimeoutError.1 parent 6684a23 commit 1bf65d9
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments