Skip to content

Commit

Permalink
fix: Set notebook cell timeout to 2 minutes (#61)
Browse files Browse the repository at this point in the history
* To allow for long running processes that require actual computation
  extend the notebook cell timeout from the default 30 seconds to 120
  seconds (2 minutes).
   - c.f. https://jupyterbook.org/en/stable/customize/config.html
  • Loading branch information
matthewfeickert authored Aug 19, 2023
1 parent b26dab0 commit d45792c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: 'pyhf Tutorial'
author: the pyhf development team
logo: assets/pyhf-logo.svg

execute:
timeout: 120 # seconds

# HTML-specific settings
html:
use_repository_button: true
Expand Down

0 comments on commit d45792c

Please sign in to comment.