Skip to content

Commit 1909b8e

Browse files
committed
Up the cell run time to 30 mins
1 parent 579a643 commit 1909b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ execute:
1818
execute_notebooks : force # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
1919
cache : "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
2020
exclude_patterns : [projects/ComputerVision/*.ipynb, projects/ReinforcementLearning/*.ipynb, projects/Neuroscience/*.ipynb, projects/NaturalLanguageProcessing/*.ipynb]
21-
timeout : 720 # The maximum time (in seconds) each notebook cell is allowed to run.
21+
timeout : 1800 # The maximum time (in seconds) each notebook cell is allowed to run.
2222
run_in_temp : false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
2323
# otherwise the notebook's parent directory will be the cwd.
2424
allow_errors : true # If `False`, when a code cell raises an error the execution is stopped, otherwise all cells are always run.

0 commit comments

Comments
 (0)