Skip to content

Commit

Permalink
docs: increased execution time for tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Feb 23, 2023
1 parent 0d90579 commit 159b9ee
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 @@ -56,7 +56,7 @@

# set the timeout for executing notebooks
# nb_execution_timeout = 600 # in seconds, default 30 seconds
nb_execution_timeout = 600 # in seconds, default 30 seconds. 600 seconds = 10 minutes
nb_execution_timeout = 6000 # in seconds, default 30 seconds. 600 seconds = 10 minutes

# always fail CI pipeline when nb cannot be executed
nb_execution_raise_on_error = True
Expand Down

0 comments on commit 159b9ee

Please sign in to comment.