Skip to content

Commit

Permalink
Increase nb exec timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Dec 18, 2024
1 parent 38312d5 commit 0f7c098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
nb_execution_allow_errors = False
nb_merge_streams = True
nb_execution_show_tb = True
nb_execution_timeout = 100
nb_execution_timeout = 600 # secs

# Tell sphinx autodoc how to render type aliases.
autodoc_typehints = "description"
Expand Down

0 comments on commit 0f7c098

Please sign in to comment.