Skip to content

Commit 6aa6d79

Browse files
committed
Revert notebook execution timeout to 5 minutes; expensive notebooks must be kept short
1 parent 25ffa6d commit 6aa6d79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@
190190

191191
# Execution settings
192192
MAX_WORKERS = 4 # Parallel notebook execution
193-
NOTEBOOK_TIMEOUT = 600 # 10 minutes per notebook (DFN battery sims need headroom)
193+
NOTEBOOK_TIMEOUT = 300 # 5 minutes per notebook

0 commit comments

Comments
 (0)