Skip to content

Commit cfc2f6f

Browse files
fix: Update notebook cell timeout for toys notebook (#65)
* Update cell timeout to 210 seconds to allow for sufficient time for the pseudo-experiments to run in book/Toys.ipynb.
1 parent d752f15 commit cfc2f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: the pyhf development team
55
logo: assets/pyhf-logo.svg
66

77
execute:
8-
timeout: 120 # seconds
8+
timeout: 210 # seconds
99

1010
# HTML-specific settings
1111
html:

0 commit comments

Comments
 (0)