Skip to content

Commit d94154b

Browse files
committed
🐛 increase limit of per cell execution timeout for mystnb
1 parent d8d476a commit d94154b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
nb_execution_raise_on_error = True
5757
# Rendering
5858
nb_merge_streams = True
59+
# maximum execution time per cell in seconds
60+
nb_execution_timeout = 120
5961

6062
# https://myst-nb.readthedocs.io/en/latest/authoring/custom-formats.html#write-custom-formats
6163
# ! if you use it, then you cannot directly execute the notebook in the browser in colab

0 commit comments

Comments
 (0)