From 4153f80180dff3aad7973f4cf6ce793406fc25f4 Mon Sep 17 00:00:00 2001 From: Trevor Campbell Date: Thu, 31 Aug 2023 14:46:53 -0700 Subject: [PATCH] increase cell timeout --- source/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_config.yml b/source/_config.yml index 6c149727..9468fb51 100755 --- a/source/_config.yml +++ b/source/_config.yml @@ -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.