Skip to content

Commit

Permalink
Merge pull request #229 from UBC-DSCI/main
Browse files Browse the repository at this point in the history
increase cell timeout for production build
  • Loading branch information
trevorcampbell authored Aug 31, 2023
2 parents 26eb920 + 4153f80 commit 0402682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ execute:
execute_notebooks: "auto" # Whether to execute notebooks at build time. Must be one of ("auto", "force", "cache", "off")
cache: "" # A path to the jupyter cache that will be used to store execution artifacts. Defaults to `_build/.jupyter_cache/`
# exclude_patterns: [] # A list of patterns to *skip* in execution (e.g. a notebook that takes a really long time)
timeout: 90 # The maximum time (in seconds) each notebook cell is allowed to run.
timeout: 180 # The maximum time (in seconds) each notebook cell is allowed to run.
run_in_temp:
false # If `True`, then a temporary directory will be created and used as the command working directory (cwd),
# otherwise the notebook's parent directory will be the cwd.
Expand Down

0 comments on commit 0402682

Please sign in to comment.