Skip to content

Commit

Permalink
Bump cell execution timeout (google#2147)
Browse files Browse the repository at this point in the history
Looking at the recent [doc failures](https://readthedocs.org/projects/jax/builds/), a few are due to 

- Cell timeouts (which this tries to fix),
- Execution timeout (readthedocs gives 900seconds to build, total -- most of the time for jax is in executing the notebooks),
- Other somewhat random/inscrutable errors (and I could imagine a world in which one of the timeouts ends up triggering an inscrutable error in the execution).
  • Loading branch information
ColCarroll committed Feb 3, 2020
1 parent fe041c7 commit d648910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -120,7 +120,7 @@


# Controls when a cell will time out (defaults to 30; use -1 for no timeout):
nbsphinx_timeout = 90
nbsphinx_timeout = 180

# Default Pygments lexer for syntax highlighting in code cells:
#nbsphinx_codecell_lexer = 'ipython3'
Expand Down

0 comments on commit d648910

Please sign in to comment.