Skip to content

Commit 7b0e823

Browse files
Extend notebook cell timeout from 600 -> 1200
1 parent 500eb24 commit 7b0e823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_ext/proc_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def execute_notebook(
194194
# TODO: See if we can convince this to do each notebook single-threaded?
195195
executor = ExecutePreprocessor(
196196
kernel_name="python3",
197-
timeout=600,
197+
timeout=1200,
198198
)
199199
executor.store_widget_state = True
200200
# Execute the notebook

0 commit comments

Comments
 (0)