Skip to content

Commit 4153f80

Browse files
increase cell timeout
1 parent 44a1ab5 commit 4153f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ execute:
1414
execute_notebooks: "auto" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
1515
cache: "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
1616
# exclude_patterns: [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
17-
timeout: 90 # The maximum time (in seconds) each notebook cell is allowed to run.
17+
timeout: 180 # The maximum time (in seconds) each notebook cell is allowed to run.
1818
run_in_temp:
1919
false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
2020
# otherwise the notebook's parent directory will be the cwd.

0 commit comments

Comments
 (0)